{
  "_from": "errx@0.1.0",
  "_id": "errx@0.1.0",
  "_inBundle": false,
  "_integrity": "sha512-fZmsRiDNv07K6s2KkKFTiD2aIvECa7++PKyD5NC32tpRw46qZA3sOz+aM+/V9V0GDHxVTKLziveV4JhzBHDp9Q==",
  "_location": "/errx",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "errx@0.1.0",
    "name": "errx",
    "escapedName": "errx",
    "rawSpec": "0.1.0",
    "saveSpec": null,
    "fetchSpec": "0.1.0"
  },
  "_requiredBy": [
    "/@nuxt/kit",
    "/@nuxt/nitro-server",
    "/@nuxtjs/tailwindcss/@nuxt/kit",
    "/@pinia-plugin-persistedstate/nuxt/@nuxt/kit",
    "/@pinia/nuxt/@nuxt/kit",
    "/nuxt"
  ],
  "_resolved": "https://registry.npmjs.org/errx/-/errx-0.1.0.tgz",
  "_shasum": "4881e411d90a3b1e1620a07604f50081dd59f3aa",
  "_spec": "errx@0.1.0",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/@nuxtjs/tailwindcss/node_modules/@nuxt/kit",
  "bugs": {
    "url": "https://github.com/danielroe/errx/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Zero dependency library to capture and parse stack traces in Node, Bun and Deno",
  "devDependencies": {
    "@antfu/eslint-config": "latest",
    "@types/node": "^20.14.9",
    "@vitest/coverage-v8": "latest",
    "bumpp": "latest",
    "eslint": "latest",
    "lint-staged": "latest",
    "simple-git-hooks": "latest",
    "typescript": "latest",
    "unbuild": "latest",
    "vite": "latest",
    "vitest": "latest"
  },
  "exports": {
    ".": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/danielroe/errx#readme",
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts,mjs,cjs,json,.*rc}": [
      "pnpm eslint --fix"
    ]
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "name": "errx",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielroe/errx.git"
  },
  "resolutions": {
    "errx": "link:."
  },
  "scripts": {
    "build": "unbuild",
    "dev": "vitest dev",
    "lint": "eslint . --fix",
    "release": "bumpp && pnpm publish",
    "test": "pnpm test:unit && pnpm test:types",
    "test:types": "tsc --noEmit",
    "test:unit": "vitest"
  },
  "sideEffects": false,
  "simple-git-hooks": {
    "pre-commit": "npx lint-staged"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "version": "0.1.0"
}
