{
  "_args": [
    [
      "carbites@1.0.6",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "carbites@1.0.6",
  "_id": "carbites@1.0.6",
  "_inBundle": false,
  "_integrity": "sha512-dS9IQvnrb5VIRvSTNz5Ff+mB9d2MFfi5mojtJi7Rlss79VeF190jr0sZdA7eW0CGHotvHkZaWuM6wgfD9PEFRg==",
  "_location": "/carbites",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "carbites@1.0.6",
    "name": "carbites",
    "escapedName": "carbites",
    "rawSpec": "1.0.6",
    "saveSpec": null,
    "fetchSpec": "1.0.6"
  },
  "_requiredBy": [
    "/nft.storage"
  ],
  "_resolved": "https://registry.npmjs.org/carbites/-/carbites-1.0.6.tgz",
  "_spec": "1.0.6",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Alan Shaw"
  },
  "browser": {
    ".": "./cjs/lib/index.js",
    "./rooted": "./cjs/lib/rooted/index.js",
    "./simple": "./cjs/lib/simple/index.js",
    "./treewalk": "./cjs/lib/treewalk/index.js"
  },
  "bugs": {
    "url": "https://github.com/nftstorage/carbites/issues"
  },
  "dependencies": {
    "@ipld/car": "^3.0.1",
    "@ipld/dag-cbor": "^6.0.3",
    "@ipld/dag-pb": "^2.0.2",
    "multiformats": "^9.0.4"
  },
  "description": "Chunking for CAR files. Split a single CAR into multiple CARs.",
  "devDependencies": {
    "@web-std/blob": "^2.1.0",
    "ava": "^3.15.0",
    "c8": "^7.7.2",
    "ipjs": "^5.0.0",
    "ipld-garbage": "^4.0.1",
    "standard": "^16.0.3",
    "typescript": "^4.2.4"
  },
  "exports": {
    ".": {
      "browser": "./esm/lib/index.js",
      "require": "./cjs/lib/index.js",
      "import": "./esm/lib/index.js"
    },
    "./rooted": {
      "browser": "./esm/lib/rooted/index.js",
      "require": "./cjs/lib/rooted/index.js",
      "import": "./esm/lib/rooted/index.js"
    },
    "./simple": {
      "browser": "./esm/lib/simple/index.js",
      "require": "./cjs/lib/simple/index.js",
      "import": "./esm/lib/simple/index.js"
    },
    "./treewalk": {
      "browser": "./esm/lib/treewalk/index.js",
      "require": "./cjs/lib/treewalk/index.js",
      "import": "./esm/lib/treewalk/index.js"
    }
  },
  "homepage": "https://github.com/nftstorage/carbites#readme",
  "keywords": [
    "car",
    "content",
    "archive",
    "CID",
    "IPLD",
    "multiformats",
    "chunk",
    "chunker",
    "chunking",
    "split",
    "splitter"
  ],
  "license": "(Apache-2.0 AND MIT)",
  "main": "./cjs/lib/index.js",
  "name": "carbites",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nftstorage/carbites.git"
  },
  "scripts": {
    "build": "npm run build:js && npm run build:types",
    "build:copy": "cp -a tsconfig.json lib test dist/ ",
    "build:js": "ipjs build --tests --main && npm run build:copy",
    "build:types": "npm run build:copy && cd dist && tsc --build",
    "coverage": "c8 npm run test",
    "lint": "standard",
    "test": "npm run lint && npm run test:node && npm run test:cjs",
    "test:cjs": "npm run build:js && ava --verbose dist/cjs/node-test/*.spec.js",
    "test:node": "ava --verbose 'test/*.spec.js'"
  },
  "standard": {
    "ignore": [
      "dist"
    ]
  },
  "types": "./types/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "types/*"
      ],
      "simple": [
        "types/simple/index.d.ts"
      ],
      "rooted": [
        "types/rooted/index.d.ts"
      ],
      "treewalk": [
        "types/treewalk/index.d.ts"
      ],
      "types/*": [
        "types/*"
      ]
    }
  },
  "version": "1.0.6"
}
