{"id":18429451,"url":"https://github.com/bigpipe/backtrace","last_synced_at":"2025-04-13T21:44:29.417Z","repository":{"id":17027033,"uuid":"19791128","full_name":"bigpipe/backtrace","owner":"bigpipe","description":"Stack trace utility that has been removed from the assume.js assertion library.","archived":false,"fork":false,"pushed_at":"2015-02-09T15:13:12.000Z","size":156,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-09T14:09:04.644Z","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/bigpipe.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-05-14T18:27:40.000Z","updated_at":"2015-02-09T15:13:12.000Z","dependencies_parsed_at":"2022-09-24T12:20:28.330Z","dependency_job_id":null,"html_url":"https://github.com/bigpipe/backtrace","commit_stats":null,"previous_names":["3rd-eden/backtrace"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpipe%2Fbacktrace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpipe%2Fbacktrace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpipe%2Fbacktrace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bigpipe%2Fbacktrace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bigpipe","download_url":"https://codeload.github.com/bigpipe/backtrace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248788868,"owners_count":21161726,"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-06T05:17:11.415Z","updated_at":"2025-04-13T21:44:29.393Z","avatar_url":"https://github.com/bigpipe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BackTrace\n\nA simple utility to create a full and human readable stack trace across node and\nbrowsers old ancient browsers which can be manipulated. To use this in browsers,\nrun the code through browserify.\n\n## Installation\n\nThis module is released through npm:\n\n```\nnpm install --save backtrace\n```\n\n## Usage\n\n```js\nvar BackTrace = require('backtrace');\n\n//\n// Create a new stack trace\n//\nvar trace = new BackTrace();\n\nconsole.log(trace);\nconsole.log(JSON.stringify(trace));\n\n//\n// Remove items from the stacktrace.\n//\ntrace.slice(1);\nconsole.log(trace);\nconsole.log(JSON.stringify(trace));\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigpipe%2Fbacktrace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigpipe%2Fbacktrace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigpipe%2Fbacktrace/lists"}