{
  "_args": [
    [
      "ipfs-core-types@0.8.4",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "ipfs-core-types@0.8.4",
  "_id": "ipfs-core-types@0.8.4",
  "_inBundle": false,
  "_integrity": "sha512-sbRZA1QX3xJ6ywTiVQZMOxhlhp4osAZX2SXx3azOLxAtxmGWDMkHYt722VV4nZ2GyJy8qyk5GHQIZ0uvQnpaTg==",
  "_location": "/ipfs-core-types",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "ipfs-core-types@0.8.4",
    "name": "ipfs-core-types",
    "escapedName": "ipfs-core-types",
    "rawSpec": "0.8.4",
    "saveSpec": null,
    "fetchSpec": "0.8.4"
  },
  "_requiredBy": [
    "/ipfs-car",
    "/ipfs-core-utils"
  ],
  "_resolved": "https://registry.npmjs.org/ipfs-core-types/-/ipfs-core-types-0.8.4.tgz",
  "_spec": "0.8.4",
  "_where": "/var/www/karbon-ai-be-new",
  "bugs": {
    "url": "https://github.com/ipfs/js-ipfs/issues"
  },
  "contributors": [
    {
      "name": "Irakli Gozalishvili",
      "email": "dev@gozala.io"
    }
  ],
  "dependencies": {
    "interface-datastore": "^6.0.2",
    "multiaddr": "^10.0.0",
    "multiformats": "^9.4.13"
  },
  "description": "IPFS interface definitions used by implementations for API compatibility.",
  "devDependencies": {
    "aegir": "^36.0.1",
    "copyfiles": "^2.4.1",
    "rimraf": "^3.0.2"
  },
  "eslintConfig": {
    "extends": "ipfs"
  },
  "files": [
    "*",
    "!**/*.tsbuildinfo"
  ],
  "gitHead": "6178708aedf5ea86bf537862c08db49f5b8ea20b",
  "homepage": "https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-core-types#readme",
  "keywords": [
    "IPFS",
    "types",
    "interface",
    "API"
  ],
  "leadMaintainer": "Alex Potsides <alex@achingbrain.net>",
  "license": "(Apache-2.0 OR MIT)",
  "name": "ipfs-core-types",
  "publishConfig": {
    "directory": "dist"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ipfs/js-ipfs.git"
  },
  "scripts": {
    "build": "aegir build && copyfiles src/* src/**/* package.json README.md CHANGELOG.md COPYRIGHT LICENSE-APACHE LICENSE-MIT dist",
    "clean": "rimraf ./dist",
    "lint": "aegir ts -p check && aegir lint"
  },
  "types": "types/src/index.d.ts",
  "typesVersions": {
    "*": {
      "src/*": [
        "types/src/*",
        "types/src/*/index"
      ],
      "src/": [
        "types/src/index"
      ]
    }
  },
  "version": "0.8.4"
}
