packages
Here are 862 public repositories matching this topic...
-
Updated
Nov 5, 2021 - CMake
-
Updated
Nov 5, 2021 - Shell
-
Updated
Oct 14, 2020 - HTML
-
Updated
Nov 5, 2021 - Erlang
See https://yarnpkg.com/features/pnp#fixing-node_modules
In this install mode (the default starting from Yarn 2.0), Yarn generates a single .pnp.cjs file instead of the usual node_modules folder containing copies of various packages. The .pnp.cjs file contains various maps: one linking package names and versions to their location on the disk and another one linking package names and versions
-
Updated
Nov 5, 2021 - Makefile
-
Updated
Sep 16, 2021
-
Updated
Aug 14, 2021 - Shell
-
Updated
Dec 17, 2017 - Makefile
Github introduced a nice UI for syncing your fork with upstream.
We could use something like that for package links. osc has the setlinkrev command for this.
-
Updated
Nov 5, 2021 - C
-
Updated
Aug 14, 2021 - Shell
-
Updated
Oct 12, 2021 - TypeScript
-
Updated
Nov 5, 2021 - Shell
Some packages may bundle dependencies. We could report outdatedness for these the following way: for outdated packages with single download, propagate outdated status onto the download URL. Then we could show this download specially for other packages, or even make it affect the status.
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Dec 3, 2019 - PHP
-
Updated
Jul 29, 2021 - Perl
Improve this page
Add a description, image, and links to the packages topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the packages topic, visit your repo's landing page and select "manage topics."

The documentation states that the default cache dir on an XDG compatible *nix system is
$XDG_CONFIG_HOME/composer/cachebut composer usesXDG_CACHE_HOME/composeras default.https://getcomposer.org/doc/03-cli.md#composer-cache-dir quote: