{
  "_args": [
    [
      "@ipld/dag-cbor@6.0.15",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "@ipld/dag-cbor@6.0.15",
  "_id": "@ipld/dag-cbor@6.0.15",
  "_inBundle": false,
  "_integrity": "sha512-Vm3VTSTwlmGV92a3C5aeY+r2A18zbH2amehNhsX8PBa3muXICaWrN8Uri85A5hLH7D7ElhE8PdjxD6kNqUmTZA==",
  "_location": "/@ipld/dag-cbor",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ipld/dag-cbor@6.0.15",
    "name": "@ipld/dag-cbor",
    "escapedName": "@ipld%2fdag-cbor",
    "scope": "@ipld",
    "rawSpec": "6.0.15",
    "saveSpec": null,
    "fetchSpec": "6.0.15"
  },
  "_requiredBy": [
    "/carbites",
    "/nft.storage"
  ],
  "_resolved": "https://registry.npmjs.org/@ipld/dag-cbor/-/dag-cbor-6.0.15.tgz",
  "_spec": "6.0.15",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Rod",
    "email": "rod@vagg.org",
    "url": "http://r.va.gg/"
  },
  "browser": "./cjs/index.js",
  "bugs": {
    "url": "https://github.com/ipld/js-dag-cbor/issues"
  },
  "dependencies": {
    "cborg": "^1.5.4",
    "multiformats": "^9.5.4"
  },
  "description": "JS implementation of DAG-CBOR",
  "devDependencies": {
    "buffer": "^6.0.3",
    "c8": "^7.10.0",
    "chai": "^4.3.4",
    "ipjs": "^5.2.0",
    "ipld-garbage": "^4.0.10",
    "mocha": "^9.1.3",
    "polendina": "~2.0.1",
    "standard": "^16.0.4",
    "typescript": "~4.5.2"
  },
  "directories": {
    "test": "test"
  },
  "exports": {
    "browser": "./esm/index.js",
    "require": "./cjs/index.js",
    "import": "./esm/index.js"
  },
  "homepage": "https://github.com/ipld/js-dag-cbor#readme",
  "keywords": [
    "ipfs",
    "ipld",
    "multiformats"
  ],
  "license": "(Apache-2.0 AND MIT)",
  "main": "./cjs/index.js",
  "name": "@ipld/dag-cbor",
  "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/ipld/js-dag-cbor.git"
  },
  "scripts": {
    "build": "npm run build:js && npm run build:types",
    "build:copy": "cp -a tsconfig.json index.js dist/ && mkdir -p dist/test && cp test/*.js dist/test/",
    "build:js": "ipjs build --tests --main && npm run build:copy",
    "build:types": "npm run build:copy && cd dist && tsc --build",
    "coverage": "c8 --reporter=html mocha test/test-*.js && npm_config_yes=true npx st -d coverage -p 8080",
    "lint": "standard *.js test/*.js",
    "test": "npm run lint && npm run test:node && npm run test:esm && npm run test:ts",
    "test:ci": "npm run lint && npm run test:node && npm run test:esm && npm run test:cjs && npm run test:ts",
    "test:cjs": "npm run build:js && mocha dist/cjs/node-test/test-*.js && npm run test:cjs:browser",
    "test:cjs:browser": "polendina --page --worker --serviceworker --cleanup dist/cjs/browser-test/test-*.js",
    "test:esm": "npm run build:js && mocha dist/esm/node-test/test-*.js && npm run test:esm:browser",
    "test:esm:browser": "polendina --page --worker --serviceworker --cleanup dist/esm/browser-test/test-*.js",
    "test:node": "c8 --check-coverage --branches 100 --functions 100 --lines 100 mocha test/test-*.js",
    "test:ts": "npm run build:types && npm run test --prefix test/ts-use"
  },
  "standard": {
    "ignore": [
      "dist"
    ]
  },
  "types": "./types/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "types/*"
      ],
      "types/*": [
        "types/*"
      ]
    }
  },
  "version": "6.0.15"
}
