{
  "_args": [
    [
      "err-code@3.0.1",
      "/var/www/karbon-ai-be-new"
    ]
  ],
  "_from": "err-code@3.0.1",
  "_id": "err-code@3.0.1",
  "_inBundle": false,
  "_integrity": "sha512-GiaH0KJUewYok+eeY05IIgjtAe4Yltygk9Wqp1V5yVWLdhf0hYZchRjNIT9bb0mSwRcIusT3cx7PJUf3zEIfUA==",
  "_location": "/err-code",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "err-code@3.0.1",
    "name": "err-code",
    "escapedName": "err-code",
    "rawSpec": "3.0.1",
    "saveSpec": null,
    "fetchSpec": "3.0.1"
  },
  "_requiredBy": [
    "/blockstore-core",
    "/ipfs-core-utils",
    "/ipfs-unixfs",
    "/ipfs-unixfs-exporter",
    "/ipfs-unixfs-importer",
    "/ipfs-utils",
    "/multiaddr"
  ],
  "_resolved": "https://registry.npmjs.org/err-code/-/err-code-3.0.1.tgz",
  "_spec": "3.0.1",
  "_where": "/var/www/karbon-ai-be-new",
  "author": {
    "name": "IndigoUnited",
    "email": "hello@indigounited.com",
    "url": "http://indigounited.com"
  },
  "bugs": {
    "url": "https://github.com/IndigoUnited/js-err-code/issues/"
  },
  "description": "Create an error with a code",
  "devDependencies": {
    "@satazor/eslint-config": "^3.0.0",
    "@types/expect.js": "0.3.29",
    "@types/mocha": "8.2.0",
    "browserify": "^17.0.0",
    "eslint": "^7.19.0",
    "expect.js": "^0.3.1",
    "mocha": "^8.2.1",
    "typescript": "^4.1.3"
  },
  "files": [
    "index.js",
    "index.umd.js",
    "dist/index.d.ts"
  ],
  "homepage": "https://github.com/IndigoUnited/js-err-code#readme",
  "keywords": [
    "error",
    "err",
    "code",
    "properties",
    "property"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "err-code",
  "repository": {
    "type": "git",
    "url": "git://github.com/IndigoUnited/js-err-code.git"
  },
  "scripts": {
    "check": "tsc --noEmit",
    "lint": "eslint '{./*.js,test/**/*.js}'",
    "prepare": "tsc --emitDeclarationOnly --declarationDir dist",
    "prepublishOnly": "browserify -s err-code index.js > index.umd.js",
    "test": "mocha --bail"
  },
  "types": "dist/index.d.ts",
  "version": "3.0.1"
}
