{"id":18606655,"url":"https://github.com/brendanashworth/stacktracer","last_synced_at":"2025-06-25T06:04:30.713Z","repository":{"id":19692556,"uuid":"22947103","full_name":"brendanashworth/stacktracer","owner":"brendanashworth","description":"Node.js stacktracing library","archived":false,"fork":false,"pushed_at":"2014-08-14T08:43:03.000Z","size":108,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-25T06:04:26.282Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/brendanashworth.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":"2014-08-14T08:41:52.000Z","updated_at":"2014-09-06T22:21:53.000Z","dependencies_parsed_at":"2022-08-21T14:20:51.218Z","dependency_job_id":null,"html_url":"https://github.com/brendanashworth/stacktracer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brendanashworth/stacktracer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanashworth%2Fstacktracer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanashworth%2Fstacktracer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanashworth%2Fstacktracer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanashworth%2Fstacktracer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brendanashworth","download_url":"https://codeload.github.com/brendanashworth/stacktracer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brendanashworth%2Fstacktracer/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261816307,"owners_count":23213862,"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":[],"created_at":"2024-11-07T02:26:35.220Z","updated_at":"2025-06-25T06:04:30.694Z","avatar_url":"https://github.com/brendanashworth.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"stacktracer\n-----\n\n![Stacktracer NPM](https://nodei.co/npm/stacktracer.png)\n\n\u003e Stacktracer is an NPM library for retrieving the stacktrace of the current code (without pausing, stopping, or killing execution).\n\n### Installation\n```bash\n$ npm install stacktracer --save\n```\n\n### Example Usage\n[Or here](./example.js). Just the raw stack trace is available right now.\n```javascript\nvar stacktracer = require('stacktracer');\n\nvar trace = stacktracer.getRawTrace();\n\nconsole.log(trace);\n```\n\n### License\n[MIT license](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendanashworth%2Fstacktracer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrendanashworth%2Fstacktracer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrendanashworth%2Fstacktracer/lists"}