{"id":23535689,"url":"https://github.com/marcelrobitaille/webpack-dbust","last_synced_at":"2025-05-14T20:36:13.384Z","repository":{"id":57397399,"uuid":"78491651","full_name":"MarcelRobitaille/webpack-dbust","owner":"MarcelRobitaille","description":null,"archived":false,"fork":false,"pushed_at":"2018-05-26T22:26:31.000Z","size":43,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T06:47:04.290Z","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/MarcelRobitaille.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}},"created_at":"2017-01-10T02:55:37.000Z","updated_at":"2018-05-26T22:26:32.000Z","dependencies_parsed_at":"2022-09-15T17:13:29.411Z","dependency_job_id":null,"html_url":"https://github.com/MarcelRobitaille/webpack-dbust","commit_stats":null,"previous_names":["iambecomeroot/webpack-dbust"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelRobitaille%2Fwebpack-dbust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelRobitaille%2Fwebpack-dbust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelRobitaille%2Fwebpack-dbust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarcelRobitaille%2Fwebpack-dbust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarcelRobitaille","download_url":"https://codeload.github.com/MarcelRobitaille/webpack-dbust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239242106,"owners_count":19605954,"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":[],"created_at":"2024-12-26T01:19:24.031Z","updated_at":"2025-02-17T06:14:46.510Z","avatar_url":"https://github.com/MarcelRobitaille.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# webpack-dbust - A webpack plugin for [dbust](https://www.npmjs.com/package/dbust)\nSaves cache-busted filenames to a json file. Deletes old cache-busted files.\n\n## Usage\n```js\nconst Dbust = require('webpack-dbust')\n\nmodule.exports = {\n  entry: './source/js/main.js',\n  output: {\n    path: './public/js/',\n    filename: '[name]-[chunkname].js'\n  },\n  plugins: [ new Dbust(options) ],\n}\n```\n\n## Options\n\n### autosave\nSpecefies if `dbust.save` should be called automatically. Defaults to `false`.\n\n### dbust\nThe rest of the options are passed to dbust. They can be found [here](https://www.npmjs.com/package/dbust#options).\n\n## See also\n1. [dbust](https://www.npmjs.com/package/dbust)\n1. [gulp-dbust](https://www.npmjs.com/package/gulp-dbust)\n\n## License\n[MIT License](http://en.wikipedia.org/wiki/MIT_License)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelrobitaille%2Fwebpack-dbust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarcelrobitaille%2Fwebpack-dbust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarcelrobitaille%2Fwebpack-dbust/lists"}