{
  "_from": "@isaacs/fs-minipass@^4.0.0",
  "_id": "@isaacs/fs-minipass@4.0.1",
  "_inBundle": false,
  "_integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==",
  "_location": "/@isaacs/fs-minipass",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@isaacs/fs-minipass@^4.0.0",
    "name": "@isaacs/fs-minipass",
    "escapedName": "@isaacs%2ffs-minipass",
    "scope": "@isaacs",
    "rawSpec": "^4.0.0",
    "saveSpec": null,
    "fetchSpec": "^4.0.0"
  },
  "_requiredBy": [
    "/tar"
  ],
  "_resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz",
  "_shasum": "2d59ae3ab4b38fb4270bfa23d30f8e2e86c7fe32",
  "_spec": "@isaacs/fs-minipass@^4.0.0",
  "_where": "/var/www/html/moro/node_modules/tar",
  "author": {
    "name": "Isaac Z. Schlueter"
  },
  "bugs": {
    "url": "https://github.com/npm/fs-minipass/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "minipass": "^7.0.4"
  },
  "deprecated": false,
  "description": "fs read and write streams based on minipass",
  "devDependencies": {
    "@types/node": "^20.11.30",
    "mutate-fs": "^2.1.1",
    "prettier": "^3.2.5",
    "tap": "^18.7.1",
    "tshy": "^1.12.0",
    "typedoc": "^0.25.12"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      },
      "require": {
        "types": "./dist/commonjs/index.d.ts",
        "default": "./dist/commonjs/index.js"
      }
    }
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/npm/fs-minipass#readme",
  "keywords": [],
  "license": "ISC",
  "main": "./dist/commonjs/index.js",
  "name": "@isaacs/fs-minipass",
  "prettier": {
    "semi": false,
    "printWidth": 75,
    "tabWidth": 2,
    "useTabs": false,
    "singleQuote": true,
    "jsxSingleQuote": false,
    "bracketSameLine": true,
    "arrowParens": "avoid",
    "endOfLine": "lf"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/npm/fs-minipass.git"
  },
  "scripts": {
    "format": "prettier --write . --loglevel warn",
    "postversion": "npm publish",
    "prepare": "tshy",
    "prepublishOnly": "git push origin --follow-tags",
    "pretest": "npm run prepare",
    "preversion": "npm test",
    "test": "tap",
    "typedoc": "typedoc --tsconfig .tshy/esm.json ./src/*.ts"
  },
  "tshy": {
    "exports": {
      "./package.json": "./package.json",
      ".": "./src/index.ts"
    }
  },
  "type": "module",
  "types": "./dist/commonjs/index.d.ts",
  "version": "4.0.1"
}
