{
  "_args": [
    [
      "cids@0.7.5",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "cids@0.7.5",
  "_id": "cids@0.7.5",
  "_inBundle": false,
  "_integrity": "sha512-zT7mPeghoWAu+ppn8+BS1tQ5qGmbMfB4AregnQjA/qHY3GC1m1ptI9GkWNlgeu38r7CuRdXB47uY2XgAYt6QVA==",
  "_location": "/cids",
  "_phantomChildren": {
    "buffer": "5.7.1"
  },
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "cids@0.7.5",
    "name": "cids",
    "escapedName": "cids",
    "rawSpec": "0.7.5",
    "saveSpec": null,
    "fetchSpec": "0.7.5"
  },
  "_requiredBy": [
    "/content-hash"
  ],
  "_resolved": "https://registry.npmjs.org/cids/-/cids-0.7.5.tgz",
  "_spec": "0.7.5",
  "_where": "/var/www/karbon-ai-be-new",
  "bugs": {
    "url": "https://github.com/multiformats/js-cid/issues"
  },
  "contributors": [
    {
      "name": "Alan Shaw",
      "email": "alan.shaw@protocol.ai"
    },
    {
      "name": "Alan Shaw",
      "email": "alan@tableflip.io"
    },
    {
      "name": "Carson Farmer",
      "email": "carson.farmer@gmail.com"
    },
    {
      "name": "David Dias",
      "email": "daviddias.p@gmail.com"
    },
    {
      "name": "Enrico Marino",
      "email": "enrico.marino@email.com"
    },
    {
      "name": "Friedel Ziegelmayer",
      "email": "dignifiedquire@gmail.com"
    },
    {
      "name": "Henrique Dias",
      "email": "hacdias@gmail.com"
    },
    {
      "name": "Hugo Dias",
      "email": "hugomrdias@gmail.com"
    },
    {
      "name": "Irakli Gozalishvili",
      "email": "contact@gozala.io"
    },
    {
      "name": "Irakli Gozalishvili",
      "email": "rfobic@gmail.com"
    },
    {
      "name": "Marcin Rataj",
      "email": "lidel@lidel.org"
    },
    {
      "name": "Mikeal Rogers",
      "email": "mikeal.rogers@gmail.com"
    },
    {
      "name": "Mitar",
      "email": "mitar.github@tnode.com"
    },
    {
      "name": "Oli Evans",
      "email": "oli@tableflip.io"
    },
    {
      "name": "Real Harry",
      "email": "sidewaybot@gmail.com"
    },
    {
      "name": "Richard Littauer",
      "email": "richard.littauer@gmail.com"
    },
    {
      "name": "Rod Vagg",
      "email": "rod@vagg.org"
    },
    {
      "name": "Victor Bjelkholm",
      "email": "victorbjelkholm@gmail.com"
    },
    {
      "name": "Volker Mische",
      "email": "volker.mische@gmail.com"
    },
    {
      "name": "bluelovers",
      "email": "codelovers@users.sourceforge.net"
    },
    {
      "name": "greenkeeper[bot]",
      "email": "greenkeeper[bot]@users.noreply.github.com"
    },
    {
      "name": "kumavis",
      "email": "kumavis@users.noreply.github.com"
    }
  ],
  "dependencies": {
    "buffer": "^5.5.0",
    "class-is": "^1.1.0",
    "multibase": "~0.6.0",
    "multicodec": "^1.0.0",
    "multihashes": "~0.4.15"
  },
  "description": "CID Implementation in JavaScript",
  "devDependencies": {
    "aegir": "^21.3.0",
    "chai": "^4.2.0",
    "dirty-chai": "^2.0.1",
    "multihashing": "~0.3.3",
    "multihashing-async": "~0.8.0"
  },
  "engines": {
    "node": ">=4.0.0",
    "npm": ">=3.0.0"
  },
  "homepage": "https://github.com/multiformats/js-cid#readme",
  "keywords": [
    "multihash",
    "cid",
    "ipld"
  ],
  "leadMaintainer": "Volker Mische <volker.mische@gmail.com>",
  "license": "MIT",
  "main": "src/index.js",
  "name": "cids",
  "pre-push": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/multiformats/js-cid.git"
  },
  "scripts": {
    "build": "aegir build",
    "coverage": "aegir coverage",
    "docs": "aegir docs",
    "lint": "aegir lint",
    "release": "aegir release --docs",
    "release-major": "aegir release --type major --docs",
    "release-minor": "aegir release --type minor --docs",
    "test": "aegir test",
    "test:browser": "aegir test --target browser",
    "test:node": "aegir test --target node"
  },
  "types": "src/index.d.ts",
  "version": "0.7.5"
}
