{"id":17770134,"url":"https://github.com/andreasmadsen/clarify","last_synced_at":"2025-05-15T22:05:04.451Z","repository":{"id":4668233,"uuid":"5814384","full_name":"AndreasMadsen/clarify","owner":"AndreasMadsen","description":"Remove nodecore related stack trace noise","archived":false,"fork":false,"pushed_at":"2024-10-15T14:36:57.000Z","size":16,"stargazers_count":143,"open_issues_count":2,"forks_count":11,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-01T07:45:11.851Z","etag":null,"topics":["debugging","javascript","stacktrace"],"latest_commit_sha":null,"homepage":"https://trace.js.org","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/AndreasMadsen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2012-09-14T20:28:15.000Z","updated_at":"2024-10-15T14:37:34.000Z","dependencies_parsed_at":"2024-10-26T21:52:46.202Z","dependency_job_id":"7268956f-3b39-4a66-ba25-3d53e69e5dbb","html_url":"https://github.com/AndreasMadsen/clarify","commit_stats":{"total_commits":25,"total_committers":5,"mean_commits":5.0,"dds":"0.19999999999999996","last_synced_commit":"038dea834f7d5c4f0bc8534851ef32b6524da292"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasMadsen%2Fclarify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasMadsen%2Fclarify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasMadsen%2Fclarify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndreasMadsen%2Fclarify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndreasMadsen","download_url":"https://codeload.github.com/AndreasMadsen/clarify/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247809963,"owners_count":20999816,"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":["debugging","javascript","stacktrace"],"created_at":"2024-10-26T21:20:51.922Z","updated_at":"2025-04-08T09:05:23.112Z","avatar_url":"https://github.com/AndreasMadsen.png","language":"JavaScript","readme":"# clarify [![Build Status](https://secure.travis-ci.org/AndreasMadsen/clarify.png)](http://travis-ci.org/AndreasMadsen/clarify)\n\n\u003e Remove nodecore related stack trace noise\n\n## Installation\n\n```sheel\nnpm install clarify\n```\n\n## Example\n\nThe following script produce an error:\n\n```JavaScript\nrequire('clarify');\n\nthrow new Error(\"custom error\");\n```\n\nWithout `clarify` the error output is:\n\n```\n/Users/Andreas/Sites/node_modules/clarify/test.js:2\nthrow new Error(\"test\");\n      ^\nError: test\n    at Object.\u003canonymous\u003e (/Users/Andreas/Sites/node_modules/clarify/test.js:2:7)\n    at Module._compile (module.js:449:26)\n    at Object.Module._extensions..js (module.js:467:10)\n    at Module.load (module.js:356:32)\n    at Function.Module._load (module.js:312:12)\n    at Module.runMain (module.js:492:10)\n    at process.startup.processNextTick.process._tickCallback (node.js:244:9)\n```\n\nWith `clarify` the error output is:\n\n```\n/Users/Andreas/Sites/node_modules/clarify/test.js:2\nthrow new Error(\"test\");\n      ^\nError: test\n    at Object.\u003canonymous\u003e (/Users/Andreas/Sites/node_modules/clarify/test.js:2:7)\n```\n\n## API documentation\n\nTo active require `clarify`.\n\n```JavaScript\n  require('clarify');\n```\n\n## License\n\n**The software is license under \"MIT\"**\n\n\u003e Copyright (c) 2012 Andreas Madsen\n\u003e\n\u003e Permission is hereby granted, free of charge, to any person obtaining a copy\n\u003e of this software and associated documentation files (the \"Software\"), to deal\n\u003e in the Software without restriction, including without limitation the rights\n\u003e to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n\u003e copies of the Software, and to permit persons to whom the Software is\n\u003e furnished to do so, subject to the following conditions:\n\u003e\n\u003e The above copyright notice and this permission notice shall be included in\n\u003e all copies or substantial portions of the Software.\n\u003e\n\u003e THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n\u003e IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n\u003e FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n\u003e AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n\u003e LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n\u003e OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n\u003e THE SOFTWARE.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasmadsen%2Fclarify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreasmadsen%2Fclarify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreasmadsen%2Fclarify/lists"}