{
  "_from": "error-stack-parser-es@^1.0.5",
  "_id": "error-stack-parser-es@1.0.5",
  "_inBundle": false,
  "_integrity": "sha512-5qucVt2XcuGMcEGgWI7i+yZpmpByQ8J1lHhcL7PwqCwu9FPP3VUXzT4ltHe5i2z9dePwEHcDVOAfSnHsOlCXRA==",
  "_location": "/error-stack-parser-es",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "error-stack-parser-es@^1.0.5",
    "name": "error-stack-parser-es",
    "escapedName": "error-stack-parser-es",
    "rawSpec": "^1.0.5",
    "saveSpec": null,
    "fetchSpec": "^1.0.5"
  },
  "_requiredBy": [
    "/@nuxt/devtools",
    "/nuxt/@nuxt/devtools",
    "/nuxt/vite-plugin-inspect",
    "/vite-plugin-inspect",
    "/youch-core"
  ],
  "_resolved": "https://registry.npmjs.org/error-stack-parser-es/-/error-stack-parser-es-1.0.5.tgz",
  "_shasum": "e6a1655dd12f39bb3a85bf4c7088187d78740327",
  "_spec": "error-stack-parser-es@^1.0.5",
  "_where": "/var/www/html/dev.essence.ind.br/node_modules/youch-core",
  "bugs": {
    "url": "https://github.com/antfu/error-stack-parser-es/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Cross-browser Error parser",
  "devDependencies": {
    "@antfu/eslint-config": "^3.12.2",
    "@antfu/ni": "^23.2.0",
    "@antfu/utils": "^8.0.0",
    "@types/node": "^22.10.5",
    "bumpp": "^9.9.3",
    "eslint": "^9.17.0",
    "esno": "^4.8.0",
    "lint-staged": "^15.3.0",
    "pnpm": "^9.15.3",
    "rimraf": "^6.0.1",
    "simple-git-hooks": "^2.11.1",
    "typescript": "^5.7.3",
    "unbuild": "^3.2.0",
    "vite": "^6.0.7",
    "vitest": "^2.1.8"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./lite": {
      "types": "./dist/lite.d.ts",
      "import": "./dist/lite.mjs",
      "require": "./dist/lite.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/error-stack-parser-es#readme",
  "keywords": [],
  "license": "MIT",
  "lint-staged": {
    "*": "eslint --fix"
  },
  "main": "./dist/index.mjs",
  "maintainers": [
    {
      "name": "Anthony Fu",
      "email": "anthonyfu117@hotmail.com",
      "url": "https://antfu.me"
    },
    {
      "name": "Eric Wendelin",
      "email": "me@eriwen.com",
      "url": "https://www.eriwen.com"
    },
    {
      "name": "Victor Homyakov",
      "email": "vkhomyackov@gmail.com",
      "url": "https://github.com/victor-homyakov"
    },
    {
      "name": "Oliver Salzburg",
      "url": "https://github.com/oliversalzburg"
    },
    {
      "name": "Ben Gourley",
      "url": "https://github.com/bengourley"
    }
  ],
  "module": "./dist/index.mjs",
  "name": "error-stack-parser-es",
  "packageManager": "pnpm@9.15.3",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/error-stack-parser-es.git"
  },
  "scripts": {
    "build": "unbuild",
    "dev": "unbuild --stub",
    "lint": "eslint .",
    "prepublishOnly": "nr build",
    "release": "bumpp && npm publish",
    "start": "esno src/index.ts",
    "test": "vitest",
    "typecheck": "tsc --noEmit"
  },
  "sideEffects": false,
  "simple-git-hooks": {
    "pre-commit": "pnpm lint-staged"
  },
  "type": "module",
  "types": "./dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./dist/index.d.ts"
      ]
    }
  },
  "version": "1.0.5"
}
