{"id":23817784,"url":"https://github.com/lsongdev/superror","last_synced_at":"2025-06-17T05:03:40.888Z","repository":{"id":57374828,"uuid":"191680663","full_name":"lsongdev/superror","owner":"lsongdev","description":"🚨Error stack parser and printer","archived":false,"fork":false,"pushed_at":"2022-11-09T12:46:33.000Z","size":5,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-14T13:01:57.098Z","etag":null,"topics":["error-stack","error-stack-trace"],"latest_commit_sha":null,"homepage":"https://npmjs.org/superror","language":"JavaScript","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/lsongdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-06-13T02:58:14.000Z","updated_at":"2023-01-20T18:26:33.000Z","dependencies_parsed_at":"2023-01-21T18:04:20.989Z","dependency_job_id":null,"html_url":"https://github.com/lsongdev/superror","commit_stats":null,"previous_names":["lsongdev/superror","song940/superror"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lsongdev/superror","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fsuperror","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fsuperror/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fsuperror/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fsuperror/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsongdev","download_url":"https://codeload.github.com/lsongdev/superror/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsongdev%2Fsuperror/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260294454,"owners_count":22987622,"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","error-stack-trace"],"created_at":"2025-01-02T05:48:45.351Z","updated_at":"2025-06-17T05:03:40.870Z","avatar_url":"https://github.com/lsongdev.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## superror \n\n\u003e error stack parser and printer\n\n[![superror](https://img.shields.io/npm/v/superror.svg)](https://npmjs.org/superror)\n[![Build Status](https://travis-ci.org/song940/superror.svg?branch=master)](https://travis-ci.org/song940/superror)\n\n### Installation\n\n```bash\n$ npm install superror --save\n```\n\n### Example\n\n```js\nconst { parseStackTrace } = require('superror');\n\nconst err = new Error('BOOM!');\n\nconst stack = parseStackTrace(err.stack);\n\nconsole.log(stack);\n\n```\n\n![image](https://user-images.githubusercontent.com/1323768/200833943-e76e7dfc-f6b2-4ace-af83-c7ed5e4315c8.png)\n\n### Contributing\n- Fork this Repo first\n- Clone your Repo\n- Install dependencies by `$ npm install`\n- Checkout a feature branch\n- Feel free to add your features\n- Make sure your features are fully tested\n- Publish your local branch, Open a pull request\n- Enjoy hacking \u003c3\n\n### MIT\n\nThis work is licensed under the [MIT license](./LICENSE).\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fsuperror","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsongdev%2Fsuperror","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsongdev%2Fsuperror/lists"}