{"id":19018721,"url":"https://github.com/bert0324/webpack-package-manager","last_synced_at":"2025-04-23T04:38:40.485Z","repository":{"id":57152809,"uuid":"196621275","full_name":"Bert0324/webpack-package-manager","owner":"Bert0324","description":"A webpack plugin can check package versions, combine package.json, auto update. :blue_car: :car:","archived":false,"fork":false,"pushed_at":"2019-07-13T00:29:59.000Z","size":458,"stargazers_count":10,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-17T19:19:21.561Z","etag":null,"topics":["javascript","webpack"],"latest_commit_sha":null,"homepage":"","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/Bert0324.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":"2019-07-12T17:44:52.000Z","updated_at":"2020-11-03T10:41:54.000Z","dependencies_parsed_at":"2022-09-06T18:10:54.431Z","dependency_job_id":null,"html_url":"https://github.com/Bert0324/webpack-package-manager","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bert0324%2Fwebpack-package-manager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bert0324%2Fwebpack-package-manager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bert0324%2Fwebpack-package-manager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bert0324%2Fwebpack-package-manager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bert0324","download_url":"https://codeload.github.com/Bert0324/webpack-package-manager/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250372692,"owners_count":21419720,"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":["javascript","webpack"],"created_at":"2024-11-08T20:10:02.161Z","updated_at":"2025-04-23T04:38:40.446Z","avatar_url":"https://github.com/Bert0324.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A webpack plugin can check package versions, combine package.json, auto update.\n\nIt is an interesting tiny tool to see whether your packages is outdated, or combine several package.json together. Let's start!\n\n## Install\n\n```\nnpm i --save-dev webpack-package-manager\n```\n\n## Start\n\n```JavaScript\nconst PackageUpdatePlugin = require('webpack-package-manager');\nmodule.exports = {\n    plugins:[new PackageUpdatePlugin()]\n}\n```\nIn command line when compiling, it wll show like:\n\n\u003cimg src='screen_shot.png' width='800'/\u003e\n\n\n## Options\n\n```JavaScript\nconst PackageUpdatePlugin = require('webpack-package-manager');\nnew PackageUpdatePlugin({\n    onlyShowAvailable: false,                   \n    //whether show the packages that don't need to update, default is false\n    autoUpdate:false,                           \n    //whether automatically update the packages detected to update, default is false\n    showReleaseTime:true,                       \n    //whether show latest release time, default is true\n    updateFrom:['\u003cother path\u003e/package.json']    \n    //an array, the paths that other package.json files you want to combine, if set this options, \n    //the latest version showing will be the highest version among all files instead of npm latest\n    //default is undefined\n})\n```\n\nIf you have issues or want to make some suggestions, welcome to contact me. It is so kind if you can give a star :star:! \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbert0324%2Fwebpack-package-manager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbert0324%2Fwebpack-package-manager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbert0324%2Fwebpack-package-manager/lists"}