{
  "_args": [
    [
      "ipfs-unixfs-importer@9.0.10",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "ipfs-unixfs-importer@9.0.10",
  "_id": "ipfs-unixfs-importer@9.0.10",
  "_inBundle": false,
  "_integrity": "sha512-W+tQTVcSmXtFh7FWYWwPBGXJ1xDgREbIyI1E5JzDcimZLIyT5gGMfxR3oKPxxWj+GKMpP5ilvMQrbsPzWcm3Fw==",
  "_location": "/ipfs-unixfs-importer",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ipfs-unixfs-importer@9.0.10",
    "name": "ipfs-unixfs-importer",
    "escapedName": "ipfs-unixfs-importer",
    "rawSpec": "9.0.10",
    "saveSpec": null,
    "fetchSpec": "9.0.10"
  },
  "_requiredBy": [
    "/ipfs-car"
  ],
  "_resolved": "https://registry.npmjs.org/ipfs-unixfs-importer/-/ipfs-unixfs-importer-9.0.10.tgz",
  "_spec": "9.0.10",
  "_where": "/var/www/karbon-ai-be-new",
  "browser": {
    ".": "./cjs/src/index.js"
  },
  "bugs": {
    "url": "https://github.com/ipfs/js-ipfs-unixfs/issues"
  },
  "dependencies": {
    "@ipld/dag-pb": "^2.0.2",
    "@multiformats/murmur3": "^1.0.3",
    "bl": "^5.0.0",
    "err-code": "^3.0.1",
    "hamt-sharding": "^2.0.0",
    "interface-blockstore": "^2.0.3",
    "ipfs-unixfs": "^6.0.0",
    "it-all": "^1.0.5",
    "it-batch": "^1.0.8",
    "it-first": "^1.0.6",
    "it-parallel-batch": "^1.0.9",
    "merge-options": "^3.0.4",
    "multiformats": "^9.4.2",
    "rabin-wasm": "^0.1.4",
    "uint8arrays": "^3.0.0"
  },
  "description": "JavaScript implementation of the UnixFs importer used by IPFS",
  "devDependencies": {
    "aegir": "^36.2.3",
    "assert": "^2.0.0",
    "blockstore-core": "^1.0.5",
    "copy": "^0.3.2",
    "crypto-browserify": "^3.12.0",
    "events": "^3.3.0",
    "it-buffer-stream": "^2.0.0",
    "readable-stream": "^3.6.0",
    "rimraf": "^3.0.2",
    "util": "^0.12.3",
    "wherearewe": "^1.0.0"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=7.0.0"
  },
  "eslintConfig": {
    "extends": "ipfs",
    "parserOptions": {
      "sourceType": "module"
    }
  },
  "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-importer#readme",
  "keywords": [
    "IPFS"
  ],
  "license": "Apache-2.0 OR MIT",
  "main": "./cjs/src/index.js",
  "name": "ipfs-unixfs-importer",
  "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 rimraf -i copy -i util -i crypto-browserify -i events -i readable-stream -i assert -i interface-blockstore",
    "lint": "aegir ts -p check && aegir lint",
    "preleaseOnly": "npx json -I -f dist/package.json -e this.types='\"src/index.d.ts\"'",
    "prepare": "aegir build --no-bundle && cp -R types dist",
    "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": "9.0.10"
}
