{
  "name": "tar-stream-compat",
  "version": "2.3.10",
  "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.",
  "keywords": [
    "tar",
    "tarball",
    "parse",
    "parser",
    "generate",
    "generator",
    "stream",
    "stream2",
    "streams",
    "streams2",
    "streaming",
    "pack",
    "extract",
    "modify"
  ],
  "homepage": "https://github.com/mafintosh/tar-stream",
  "bugs": {
    "url": "https://github.com/mafintosh/tar-stream/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mafintosh/tar-stream.git"
  },
  "license": "MIT",
  "author": "Mathias Buus <mathiasbuus@gmail.com>",
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/cjs/index.js"
    },
    "./package.json": "./package.json"
  },
  "main": "dist/cjs/index.js",
  "source": "src/index.ts",
  "types": "dist/cjs/index.d.ts",
  "files": [
    "dist",
    "assets"
  ],
  "scripts": {
    "build": "tsds build",
    "format": "tsds format",
    "prepublishOnly": "tsds validate",
    "test": "tsds test:node --no-timeouts",
    "test:engines": "nvu engines npm test",
    "version": "tsds version"
  },
  "dependencies": {
    "safe-buffer": "*",
    "tar-stream": "*"
  },
  "devDependencies": {
    "@types/mocha": "*",
    "@types/node": "*",
    "buffer-alloc-unsafe": "*",
    "buffer-fill": "*",
    "next-tick": "*",
    "node-version-use": "*",
    "pinkie-promise": "*",
    "readable-stream": "^2.3.8",
    "single-line-log2": "*",
    "ts-dev-stack": "*",
    "tsds-config": "*"
  },
  "engines": {
    "node": ">=0.8"
  }
}
