{
  "_args": [
    [
      "@ipld/dag-pb@2.1.18",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "@ipld/dag-pb@2.1.18",
  "_id": "@ipld/dag-pb@2.1.18",
  "_inBundle": false,
  "_integrity": "sha512-ZBnf2fuX9y3KccADURG5vb9FaOeMjFkCrNysB0PtftME/4iCTjxfaLoNq/IAh5fTqUOMXvryN6Jyka4ZGuMLIg==",
  "_location": "/@ipld/dag-pb",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@ipld/dag-pb@2.1.18",
    "name": "@ipld/dag-pb",
    "escapedName": "@ipld%2fdag-pb",
    "scope": "@ipld",
    "rawSpec": "2.1.18",
    "saveSpec": null,
    "fetchSpec": "2.1.18"
  },
  "_requiredBy": [
    "/carbites",
    "/ipfs-unixfs-exporter",
    "/ipfs-unixfs-importer"
  ],
  "_resolved": "https://registry.npmjs.org/@ipld/dag-pb/-/dag-pb-2.1.18.tgz",
  "_spec": "2.1.18",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "Rod",
    "email": "rod@vagg.org",
    "url": "http://r.va.gg/"
  },
  "browser": "./cjs/src/index.js",
  "bugs": {
    "url": "https://github.com/ipld/js-dag-pb/issues"
  },
  "dependencies": {
    "multiformats": "^9.5.4"
  },
  "description": "JS implementation of DAG-PB",
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.0.0",
    "c8": "^7.10.0",
    "chai": "^4.3.4",
    "chai-subset": "^1.6.0",
    "ipjs": "^5.2.0",
    "mocha": "^10.0.0",
    "polendina": "~3.1.0",
    "standard": "^17.0.0",
    "typescript": "~4.8.2"
  },
  "directories": {
    "test": "test"
  },
  "exports": {
    "browser": "./esm/src/index.js",
    "require": "./cjs/src/index.js",
    "import": "./esm/src/index.js"
  },
  "homepage": "https://github.com/ipld/js-dag-pb#readme",
  "keywords": [
    "ipfs",
    "ipld",
    "multiformats"
  ],
  "license": "(Apache-2.0 AND MIT)",
  "main": "./cjs/src/index.js",
  "name": "@ipld/dag-pb",
  "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-pb.git"
  },
  "scripts": {
    "build": "npm run build:js && npm run build:types",
    "build:copy": "cp -a tsconfig.json src *.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",
    "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",
      "test/ts-use/src/main.js"
    ]
  },
  "types": "./types/src/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "types/*"
      ],
      "types/*": [
        "types/*"
      ]
    }
  },
  "version": "2.1.18"
}
