{"id":29630350,"url":"https://github.com/danielroe/errx","last_synced_at":"2025-07-21T10:37:39.732Z","repository":{"id":247028943,"uuid":"824088477","full_name":"danielroe/errx","owner":"danielroe","description":"Zero dependency library to capture and parse stack traces in Node, Bun, Deno and more.","archived":false,"fork":false,"pushed_at":"2025-06-30T09:40:51.000Z","size":156,"stargazers_count":83,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-09T16:59:31.934Z","etag":null,"topics":["error","stack-trace"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielroe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["danielroe"]}},"created_at":"2024-07-04T10:39:49.000Z","updated_at":"2025-06-30T09:39:18.000Z","dependencies_parsed_at":"2024-07-15T04:23:29.636Z","dependency_job_id":"9dfc8e32-bc37-4d74-afec-866c9085807b","html_url":"https://github.com/danielroe/errx","commit_stats":null,"previous_names":["unjs/errx","danielroe/errx"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/danielroe/errx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Ferrx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Ferrx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Ferrx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Ferrx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielroe","download_url":"https://codeload.github.com/danielroe/errx/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielroe%2Ferrx/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266285864,"owners_count":23905404,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["error","stack-trace"],"created_at":"2025-07-21T10:37:39.161Z","updated_at":"2025-07-21T10:37:39.723Z","avatar_url":"https://github.com/danielroe.png","language":"TypeScript","funding_links":["https://github.com/sponsors/danielroe"],"categories":["TypeScript"],"sub_categories":[],"readme":"# errx\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![Github Actions][github-actions-src]][github-actions-href]\n[![Codecov][codecov-src]][codecov-href]\n\n\u003e Zero dependency library to capture and parse stack traces in Node, Bun, Deno and more.\n\n## Usage\n\nInstall package:\n\n```sh\n# npm\nnpm install errx\n\n# pnpm\npnpm install errx\n```\n\n```js\nimport { captureRawStackTrace, captureStackTrace, parseRawStackTrace } from 'errx'\n\n// returns raw string stack trace\ncaptureRawStackTrace()\n// returns parsed stack trace\ncaptureStackTrace()\n\nconsole.log(captureStackTrace())\n// [{\n//   function: undefined,\n//   source: 'file:///code/unjs/errx/playground/index.js',\n//   line: '5',\n//   column: '13'\n// }]\n```\n\n## 💻 Development\n\n- Clone this repository\n- Enable [Corepack](https://github.com/nodejs/corepack) using `corepack enable`\n- Install dependencies using `pnpm install`\n- Run interactive tests using `pnpm dev`\n\n## License\n\nMade with ❤️\n\nPublished under [MIT License](./LICENCE).\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/errx?style=flat-square\n[npm-version-href]: https://npmjs.com/package/errx\n[npm-downloads-src]: https://img.shields.io/npm/dm/errx?style=flat-square\n[npm-downloads-href]: https://npm.chart.dev/errx\n[github-actions-src]: https://img.shields.io/github/actions/workflow/status/unjs/errx/ci.yml?branch=main\u0026style=flat-square\n[github-actions-href]: https://github.com/unjs/errx/actions?query=workflow%3Aci\n[codecov-src]: https://img.shields.io/codecov/c/gh/unjs/errx/main?style=flat-square\n[codecov-href]: https://codecov.io/gh/unjs/errx\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielroe%2Ferrx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielroe%2Ferrx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielroe%2Ferrx/lists"}