{"id":13671334,"url":"https://github.com/huruji/author-webpack-plugin","last_synced_at":"2025-03-18T06:43:35.836Z","repository":{"id":57187226,"uuid":"165394397","full_name":"huruji/author-webpack-plugin","owner":"huruji","description":"A webpack4+ plugin to add author info to your bundles","archived":false,"fork":false,"pushed_at":"2019-01-26T15:00:26.000Z","size":49,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-24T13:25:18.104Z","etag":null,"topics":["webpack","webpack-plugin","webpack4"],"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/huruji.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-12T14:03:06.000Z","updated_at":"2019-01-26T15:00:27.000Z","dependencies_parsed_at":"2022-08-28T11:11:08.088Z","dependency_job_id":null,"html_url":"https://github.com/huruji/author-webpack-plugin","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huruji%2Fauthor-webpack-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huruji%2Fauthor-webpack-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huruji%2Fauthor-webpack-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/huruji%2Fauthor-webpack-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/huruji","download_url":"https://codeload.github.com/huruji/author-webpack-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244173500,"owners_count":20410295,"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":["webpack","webpack-plugin","webpack4"],"created_at":"2024-08-02T09:01:06.534Z","updated_at":"2025-03-18T06:43:35.818Z","avatar_url":"https://github.com/huruji.png","language":"JavaScript","readme":"# author-webpack-plugin\nA webpack plugin to add author info to your bundles\n\n## How to use\n\n```js\n// webpack.config.js\n\nconst AuthorWebpackPlugin = require('author-webpack-plugin')\n\nconst config = {\n  plugins: [\n    new AuthorWebpackPlugin({\n      author: 'huruji',\n      email: 'huruji3@foxmail.com',\n      homepage: 'https://github.com/huruji/author-webpack-plugin',\n      github: 'https://github.com/huruji'\n    })\n  ]\n}\n```\n\nyour bundle output:\n\n```js\n/*\n  @Author: huruji\n\n  @Email: huruji3@foxmail.com\n\n  @Homepage: https://github.com/huruji/author-webpack-plugin\n\n  @Github: https://github.com/huruji\n\n  @Date: Sat Jan 12 2019 23:11:39 GMT+0800 (GMT+08:00)\n*/\n// your bundle code\n```","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuruji%2Fauthor-webpack-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhuruji%2Fauthor-webpack-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhuruji%2Fauthor-webpack-plugin/lists"}