{"id":19445136,"url":"https://github.com/superreal/webpack-glob-entries","last_synced_at":"2026-04-18T19:32:56.302Z","repository":{"id":151360923,"uuid":"84297815","full_name":"superReal/webpack-glob-entries","owner":"superReal","description":"Finds and returns entry point files in a custom folder","archived":false,"fork":false,"pushed_at":"2019-01-22T09:53:31.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-09-05T11:41:33.702Z","etag":null,"topics":["entrypoint","glob","webpack"],"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/superReal.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-03-08T08:37:51.000Z","updated_at":"2019-01-22T09:53:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"6b890a64-99d7-40ea-bccd-991378c5af59","html_url":"https://github.com/superReal/webpack-glob-entries","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/superReal/webpack-glob-entries","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superReal%2Fwebpack-glob-entries","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superReal%2Fwebpack-glob-entries/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superReal%2Fwebpack-glob-entries/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superReal%2Fwebpack-glob-entries/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/superReal","download_url":"https://codeload.github.com/superReal/webpack-glob-entries/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/superReal%2Fwebpack-glob-entries/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982699,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"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":["entrypoint","glob","webpack"],"created_at":"2024-11-10T16:09:26.450Z","updated_at":"2026-04-18T19:32:56.275Z","avatar_url":"https://github.com/superReal.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-glob-entries\nFinds and returns entry point files in a custom folder\n\n## DEPRECATED\n\n## Instalation\n```\nnpm install --save-dev git+https://github.com/superReal/webpack-glob-entries.git\n```\n\n## Usage\n```javascript\nconst globEntries = require( 'webpack-glob-entries' )\n\n{\n    entry: globEntries( '/root/path/project', '/**/*.entry.js' ),\n    output: {\n        filename: '[name].js'\n    }\n}\n```\n\n## Params\nParameter  | Description | Required    | Default\n---------  | ----------- | ----------- | -------\n`rootPath` | Root path of glob path | ✔️ |\n`globPath` | Glob path for entry points | ✔️ |\n`entryExt` | Extension of entry point files | | `.entry.js`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperreal%2Fwebpack-glob-entries","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsuperreal%2Fwebpack-glob-entries","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsuperreal%2Fwebpack-glob-entries/lists"}