{
  "_args": [
    [
      "ipfs-unixfs@6.0.9",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "ipfs-unixfs@6.0.9",
  "_id": "ipfs-unixfs@6.0.9",
  "_inBundle": false,
  "_integrity": "sha512-0DQ7p0/9dRB6XCb0mVCTli33GzIzSVx5udpJuVM47tGcD+W+Bl4LsnoLswd3ggNnNEakMv1FdoFITiEnchXDqQ==",
  "_location": "/ipfs-unixfs",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ipfs-unixfs@6.0.9",
    "name": "ipfs-unixfs",
    "escapedName": "ipfs-unixfs",
    "rawSpec": "6.0.9",
    "saveSpec": null,
    "fetchSpec": "6.0.9"
  },
  "_requiredBy": [
    "/ipfs-core-utils",
    "/ipfs-unixfs-exporter",
    "/ipfs-unixfs-importer"
  ],
  "_resolved": "https://registry.npmjs.org/ipfs-unixfs/-/ipfs-unixfs-6.0.9.tgz",
  "_spec": "6.0.9",
  "_where": "/var/www/karbon-ai-be-new",
  "browser": {
    ".": "./cjs/src/index.js"
  },
  "bugs": {
    "url": "https://github.com/ipfs/js-ipfs-unixfs/issues"
  },
  "dependencies": {
    "err-code": "^3.0.1",
    "protobufjs": "^6.10.2"
  },
  "description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
  "devDependencies": {
    "aegir": "^36.2.3",
    "copy": "^0.3.2",
    "mkdirp": "^1.0.4",
    "npm-run-all": "^4.1.5",
    "uint8arrays": "^3.0.0",
    "util": "^0.12.3"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=7.0.0"
  },
  "eslintConfig": {
    "extends": "ipfs",
    "parserOptions": {
      "sourceType": "module"
    },
    "ignorePatterns": [
      "src/unixfs.d.ts"
    ]
  },
  "exports": {
    ".": {
      "browser": "./esm/src/index.js",
      "require": "./cjs/src/index.js",
      "import": "./esm/src/index.js"
    }
  },
  "files": [
    "*",
    "!**/*.tsbuildinfo",
    "!**/browser-test",
    "!**/node-test"
  ],
  "homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/master/packages/ipfs-unixfs#readme",
  "keywords": [
    "IPFS"
  ],
  "license": "Apache-2.0 OR MIT",
  "main": "./cjs/src/index.js",
  "name": "ipfs-unixfs",
  "publishConfig": {
    "directory": "dist"
  },
  "release": {
    "branches": [
      "master"
    ],
    "plugins": [
      [
        "@semantic-release/commit-analyzer",
        {
          "preset": "conventionalcommits",
          "releaseRules": [
            {
              "breaking": true,
              "release": "major"
            },
            {
              "revert": true,
              "release": "patch"
            },
            {
              "type": "feat",
              "release": "minor"
            },
            {
              "type": "fix",
              "release": "patch"
            },
            {
              "type": "chore",
              "release": "patch"
            },
            {
              "type": "docs",
              "release": "patch"
            },
            {
              "type": "test",
              "release": "patch"
            },
            {
              "scope": "no-release",
              "release": false
            }
          ]
        }
      ],
      [
        "@semantic-release/release-notes-generator",
        {
          "preset": "conventionalcommits",
          "presetConfig": {
            "types": [
              {
                "type": "feat",
                "section": "Features"
              },
              {
                "type": "fix",
                "section": "Bug Fixes"
              },
              {
                "type": "chore",
                "section": "Trivial Changes"
              },
              {
                "type": "docs",
                "section": "Trivial Changes"
              },
              {
                "type": "test",
                "section": "Tests"
              }
            ]
          }
        }
      ],
      "@semantic-release/changelog",
      [
        "@semantic-release/npm",
        {
          "pkgRoot": "dist"
        }
      ],
      "@semantic-release/github",
      "@semantic-release/git"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ipfs/js-ipfs-unixfs.git"
  },
  "scripts": {
    "build": "aegir build && cp -R types dist",
    "clean": "rimraf ./dist ./types",
    "dep-check": "aegir dep-check -i mkdirp -i npm-run-all -i copy -i util",
    "lint": "aegir ts -p check && aegir lint",
    "prepare": "aegir build --no-bundle && cp -R types dist",
    "prepare:proto": "pbjs -t static-module -w es6 -r ipfs-unixfs --force-number --no-verify --no-delimited --no-create --no-beautify --no-defaults --lint eslint-disable -o src/unixfs.js ./src/unixfs.proto",
    "prepare:proto-types": "pbts -o src/unixfs.d.ts src/unixfs.js",
    "pretest": "aegir build --esm-tests",
    "release": "semantic-release",
    "test": "aegir test",
    "test:chrome": "aegir test -t browser --cov",
    "test:firefox": "aegir test -t browser -- --browser firefox",
    "test:node": "aegir test -t node --cov"
  },
  "types": "types/src/index.d.ts",
  "version": "6.0.9"
}
