{"id":17429891,"url":"https://github.com/nshimiye/trace-webpack-plugin","last_synced_at":"2026-04-30T17:31:24.428Z","repository":{"id":68408813,"uuid":"384849196","full_name":"nshimiye/trace-webpack-plugin","owner":"nshimiye","description":"Find out why a given file is part of your Webpack bundle","archived":false,"fork":false,"pushed_at":"2021-10-20T04:04:58.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-28T00:41:31.060Z","etag":null,"topics":["debugging","plugin","webpack"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nshimiye.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-07-11T03:07:32.000Z","updated_at":"2021-10-20T04:05:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"f0711711-fc07-4809-a435-ae9ebd2eea85","html_url":"https://github.com/nshimiye/trace-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nshimiye/trace-webpack-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nshimiye%2Ftrace-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nshimiye%2Ftrace-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nshimiye%2Ftrace-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nshimiye%2Ftrace-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nshimiye","download_url":"https://codeload.github.com/nshimiye/trace-webpack-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nshimiye%2Ftrace-webpack-plugin/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32472396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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","plugin","webpack"],"created_at":"2024-10-17T07:10:26.178Z","updated_at":"2026-04-30T17:31:24.413Z","avatar_url":"https://github.com/nshimiye.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trace Webpack Plugin\n\nFind out why a given file is part of your webpack bundle\n\n## Description\n\nThis plugin will print out the path from the webpack entry point to the module that match a file of interest!\n\n## Usage\n\n```js\n// inside webpack config file\nconst { Trace } = require('trace-webpack-plugin');\n\nmodule.exports {\n    // ...\n\n    plugins: [\n        new Trace({ pattern: /^fileName$/ }),\n\n        // ...\n    ],\n    \n    // ...\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnshimiye%2Ftrace-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnshimiye%2Ftrace-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnshimiye%2Ftrace-webpack-plugin/lists"}