{"id":20760343,"url":"https://github.com/vanng822/webpack-modtime","last_synced_at":"2025-07-31T08:04:07.929Z","repository":{"id":143928337,"uuid":"120664822","full_name":"vanng822/webpack-modtime","owner":"vanng822","description":"modify time on the output files","archived":false,"fork":false,"pushed_at":"2018-05-05T09:27:22.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-28T08:47:01.155Z","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/vanng822.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":"2018-02-07T20:01:32.000Z","updated_at":"2018-05-05T09:27:22.000Z","dependencies_parsed_at":null,"dependency_job_id":"91040f92-911e-4d82-bdbe-c92e81f028a8","html_url":"https://github.com/vanng822/webpack-modtime","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vanng822/webpack-modtime","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fwebpack-modtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fwebpack-modtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fwebpack-modtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fwebpack-modtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vanng822","download_url":"https://codeload.github.com/vanng822/webpack-modtime/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vanng822%2Fwebpack-modtime/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267661029,"owners_count":24123665,"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","status":"online","status_checked_at":"2025-07-29T02:00:12.549Z","response_time":2574,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-17T10:13:15.245Z","updated_at":"2025-07-31T08:04:07.914Z","avatar_url":"https://github.com/vanng822.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-modtime\n\nThe output is embedded as binary data in a golang application. Since every build of the output we have a new timestamp and this cause a new build of the application. To avoid this issue we make sure the output have a predictable modified time. Be aware that this should be used when output filename is a hash of the content.\n\n# Usage\n\n```javascript\nconst WebpackModTime = require('webpack-modtime');\nmodule.exports = {\n    ...\n    },\n    plugins: [\n      new WebpackModTime({time: new Date(2016, 11, 12, 12, 12, 12)})\n    ]\n}\n```\n\nThe options to WebpackModTime is the same as https://www.npmjs.com/package/touch\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanng822%2Fwebpack-modtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvanng822%2Fwebpack-modtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvanng822%2Fwebpack-modtime/lists"}