{"id":16480790,"url":"https://github.com/admiringworm/chocolatey-packages","last_synced_at":"2025-09-09T22:33:01.057Z","repository":{"id":39578994,"uuid":"63431492","full_name":"AdmiringWorm/chocolatey-packages","owner":"AdmiringWorm","description":"AdmiringWorm's automatic chocolatey packages using AU","archived":false,"fork":false,"pushed_at":"2024-05-28T13:40:54.000Z","size":13014,"stargazers_count":16,"open_issues_count":23,"forks_count":18,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-05-28T19:10:13.143Z","etag":null,"topics":["appveyor","au","automatic","chocolatey","packages","powershell"],"latest_commit_sha":null,"homepage":"","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AdmiringWorm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","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},"funding":{"liberapay":"admiringworm","custom":"https://beerpay.io/AdmiringWorm/chocolatey-packages"}},"created_at":"2016-07-15T15:19:25.000Z","updated_at":"2024-06-19T20:20:40.883Z","dependencies_parsed_at":"2023-10-17T00:13:44.911Z","dependency_job_id":"554b7d2e-5b42-46f6-b3ee-bb47dacac882","html_url":"https://github.com/AdmiringWorm/chocolatey-packages","commit_stats":null,"previous_names":[],"tags_count":1576,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdmiringWorm%2Fchocolatey-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdmiringWorm%2Fchocolatey-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdmiringWorm%2Fchocolatey-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AdmiringWorm%2Fchocolatey-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AdmiringWorm","download_url":"https://codeload.github.com/AdmiringWorm/chocolatey-packages/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826788,"owners_count":20354220,"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":["appveyor","au","automatic","chocolatey","packages","powershell"],"created_at":"2024-10-11T13:05:21.480Z","updated_at":"2025-03-16T18:31:36.881Z","avatar_url":"https://github.com/AdmiringWorm.png","language":"PowerShell","funding_links":["https://liberapay.com/admiringworm","https://beerpay.io/AdmiringWorm/chocolatey-packages"],"categories":[],"sub_categories":[],"readme":"# AdmiringWorm's Chocolatey Community packages\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --\u003e\n\n[![All Contributors](https://img.shields.io/badge/all_contributors-19-orange.svg?style=flat-square)](#contributors-)\n\n\u003c!-- ALL-CONTRIBUTORS-BADGE:END --\u003e\n\n## Automatic Chocolatey Packages built by appveyor\n\n[![GitHub Updater Status](https://img.shields.io/github/actions/workflow/status/AdmiringWorm/chocolatey-packages/.github%2Fworkflows%2Fpackage-updater.yml?style=flat-square\u0026logo=github\u0026label=updater)](https://github.com/AdmiringWorm/chocolatey-packages/actions/workflows/package-updater.yml)\n[![Update Status](https://img.shields.io/badge/Status-blue?style=flat-square\u0026label=Update)](https://gist.github.com/AdmiringWorm/747b3ede98c9404e5cb6a399595e7ad1)\n[![chocolatey/AdmiringWorm](https://img.shields.io/badge/AdmiringWorm-yellowgreen?style=flat-square\u0026logo=chocolatey\u0026label=Chocolatey)](https://community.chocolatey.org/profiles/AdmiringWorm)\n\nIf you have any issues with one of the packages hosted in this repository, please feel free to open an issue (preferred instead of using `Contact Maintainers` on chocolatey.org).\n\nThis repository contains [chocolatey automatic packages](https://docs.chocolatey.org/en-us/create/automatic-packages).\nThe repository is setup so that you can manage your packages entirely from the GitHub web interface (using AppVeyor to update and push packages) and/or using the local repository copy.\n\nOn the community repository there are certain functions that can not be used inside the package.\nPlease see \u003chttps://gist.github.com/AdmiringWorm/500f244c0098dddfd36474f63d3216af\u003e for currently known functions to avoid, or provide fallback helpers for.\n\n## Prerequisites\n\nTo run locally you will need:\n\n- Powershell 5+: `cinst powershell`.\n- [Chocolatey Automatic Package Updater Module](https://github.com/chocolatey-community/chocolatey-au): `Install-Module au` or `cinst au`.\n- [Wormies Automatic Updater Helpers](https://github.com/WormieCorp/Wormies-AU-Helpers): `Install-Module wormies-au-helpers` or `cinst wormies-au-helpers`.\n\n## Create a package\n\nTo create a new package see [Creating the package updater script](https://github.com/chocolatey-community/chocolatey-au#creating-the-package-updater-script).\n\n## Testing the package\n\nIn a package directory run: `Test-Package`. This function can be used to start testing in [chocolatey-test-environment](https://github.com/majkinetor/chocolatey-test-environment) via `Vagrant` parameter or it can test packages locally.\n\n## Automatic package update\n\n### Single package\n\nRun from within the directory of the package to update that package:\n\n    cd \u003cpackage_dir\u003e\n    ./update.ps1\n\nIf this script is missing, the package is not automatic.\nSet `$au_Force = $true` prior to script call to update the package even if no new version is found.\n\n### Multiple packages\n\nTo update all packages run `./update_all.ps1`. It accepts few options:\n\n```powershell\n./update_all.ps1 -Name a*                         # Update all packages which name start with letter 'a'\n./update_all.ps1 -ForcedPackages 'cpu-z copyq'    # Update all packages and force cpu-z and copyq\n./update_all.ps1 -ForcedPackages 'copyq:1.2.3'    # Update all packages but force copyq with explicit version\n./update_all.ps1 -Root 'c:\\packages'              # Update all packages in the c:\\packages folder\n```\n\nThe following global variables influence the execution of `update_all.ps1` script if set prior to the call:\n\n```powershell\n$au_NoPlugins = $true        #Do not execute plugins\n$au_Push      = $false       #Do not push to chocolatey\n```\n\nYou can also call AU method `Update-AUPackages` (alias `updateall`) on its own in the repository root. This will just run the updater for the each package without any other option from `update_all.ps1` script. For example to force update of all packages with a single command execute:\n\n    updateall -Options ([ordered]@{ Force = $true })\n\n## Pushing To Community Repository Via Commit Message\n\nYou can force package update and push using git commit message. AppVeyor build is set up to pass arguments from the commit message to the `./update_all.ps1` script.\n\nIf commit message includes `[AU \u003cforced_packages\u003e]` message on the first line, the `forced_packages` string will be sent to the updater.\n\nExamples:\n\n- `[AU pkg1 pkg2]`\n\nForce update ONLY packages `pkg1` and `pkg2`.\n\n- `[AU pkg1:ver1 pkg2 non_existent]`\n\nForce `pkg1` and use explicit version `ver1`, force `pkg2` and ignore `non_existent`.\n\nTo see how versions behave when package update is forced see the [force documentation](https://github.com/chocolatey-community/chocolatey-au/blob/master/README.md#force-update).\n\nYou can also push manual packages with command `[PUSH pkg1 ... pkgN]`. This works for any package anywhere in the file hierarchy and will not invoke AU updater at all.\n\nIf there are no changes in the repository use `--allow-empty` git parameter:\n\n    git commit -m '[AU copyq less:2.0]' --allow-empty\n    git push\n\n## Contributors\n\nThanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --\u003e\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- markdownlint-disable --\u003e\n\u003ctable\u003e\n  \u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/ericbn\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/4120606?v=4?s=100\" width=\"100px;\" alt=\"Eric Nielsen\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eEric Nielsen\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/issues?q=author%3Aericbn+label%3Abug\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://ruilopes.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/43356?v=4?s=100\" width=\"100px;\" alt=\"Rui Lopes\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eRui Lopes\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/issues?q=author%3Argl+label%3Abug\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://pauby.com\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/12760779?v=4?s=100\" width=\"100px;\" alt=\"Paul Broadwith\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePaul Broadwith\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/issues?q=author%3Apauby+label%3Abug\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/commits?author=pauby\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://twitter.com/scw\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/1314?v=4?s=100\" width=\"100px;\" alt=\"Shaun Walbridge\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eShaun Walbridge\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/issues?q=author%3Ascw\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/tylerszabo\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/u/315343?v=4?s=100\" width=\"100px;\" alt=\"Tyler Szabo\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eTyler Szabo\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/issues?q=author%3Atylerszabo\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/commits?author=tylerszabo\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/quincunx\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/279130?v=4?s=100\" width=\"100px;\" alt=\"Christian Schuerer-Waldheim\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eChristian Schuerer-Waldheim\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/issues?q=author%3Aquincunx+label%3Abug\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e \u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/commits?author=quincunx\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/MathNum\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/30048020?v=4?s=100\" width=\"100px;\" alt=\"MathNum\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMathNum\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/issues?q=author%3AMathNum\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/apps/imgbot\"\u003e\u003cimg src=\"https://avatars0.githubusercontent.com/in/4706?v=4?s=100\" width=\"100px;\" alt=\"imgbot[bot]\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eimgbot[bot]\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"#content-imgbot[bot]\" title=\"Content\"\u003e🖋\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/AeliusSaionji\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/4342746?v=4?s=100\" width=\"100px;\" alt=\"Aelius\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eAelius\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/commits?author=AeliusSaionji\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.jimhester.com\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/205275?v=4?s=100\" width=\"100px;\" alt=\"Jim Hester\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJim Hester\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/commits?author=jimhester\" title=\"Documentation\"\u003e📖\u003c/a\u003e \u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/commits?author=jimhester\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/phihub\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/6604490?v=4?s=100\" width=\"100px;\" alt=\"Philipp\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003ePhilipp\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/issues?q=author%3Aphihub\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://ghuser.io/jayvdb\"\u003e\u003cimg src=\"https://avatars1.githubusercontent.com/u/15092?v=4?s=100\" width=\"100px;\" alt=\"John Vandenberg\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJohn Vandenberg\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/issues?q=author%3Ajayvdb\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/kintrupf\"\u003e\u003cimg src=\"https://avatars3.githubusercontent.com/u/8496344?v=4?s=100\" width=\"100px;\" alt=\"Frank Kintrup\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eFrank Kintrup\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/issues?q=author%3Akintrupf+label%3Abug\" title=\"Bug reports\"\u003e🐛\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/soul4soul\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/5142635?v=4?s=100\" width=\"100px;\" alt=\"soul4soul\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003esoul4soul\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/issues?q=author%3Asoul4soul\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n    \u003ctr\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/michaelweghorn\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/6560939?v=4?s=100\" width=\"100px;\" alt=\"Michael Weghorn\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMichael Weghorn\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/commits?author=michaelweghorn\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.zaltys.org\"\u003e\u003cimg src=\"https://avatars2.githubusercontent.com/u/42079499?v=4?s=100\" width=\"100px;\" alt=\"James Grant\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eJames Grant\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/issues?q=author%3Ajamesg-nz\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"http://www.redheads.de\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/2370091?v=4?s=100\" width=\"100px;\" alt=\"Moritz 'Morty' Strübe\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eMoritz 'Morty' Strübe\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/issues?q=author%3Acmorty\" title=\"Ideas, Planning, \u0026 Feedback\"\u003e🤔\u003c/a\u003e \u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/commits?author=cmorty\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/TakataSanshiro\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/25909315?v=4?s=100\" width=\"100px;\" alt=\"Sanshiro\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eSanshiro\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/commits?author=TakataSanshiro\" title=\"Code\"\u003e💻\u003c/a\u003e\u003c/td\u003e\n      \u003ctd align=\"center\" valign=\"top\" width=\"14.28%\"\u003e\u003ca href=\"https://github.com/Zoullx\"\u003e\u003cimg src=\"https://avatars.githubusercontent.com/u/11799502?v=4?s=100\" width=\"100px;\" alt=\"Zoullx\"/\u003e\u003cbr /\u003e\u003csub\u003e\u003cb\u003eZoullx\u003c/b\u003e\u003c/sub\u003e\u003c/a\u003e\u003cbr /\u003e\u003ca href=\"https://github.com/AdmiringWorm/chocolatey-packages/commits?author=Zoullx\" title=\"Documentation\"\u003e📖\u003c/a\u003e\u003c/td\u003e\n    \u003c/tr\u003e\n  \u003c/tbody\u003e\n\u003c/table\u003e\n\n\u003c!-- markdownlint-restore --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n\u003c!-- ALL-CONTRIBUTORS-LIST:END --\u003e\n\nThis project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadmiringworm%2Fchocolatey-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadmiringworm%2Fchocolatey-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadmiringworm%2Fchocolatey-packages/lists"}