Package manager
A package manager is a set of tools that automates and manages computer software. They deal with packages, or collections, of bundled files. Package managers make it easy to install, upgrade, or remove software for a computer's operating system.
Here are 1,024 public repositories matching this topic...
So if you happen to insert invalid version string when requiring package, it will still write it into composer.json and nothing works after that. So for example; composer require phpunit/phpunit:"8.3.3 as ^8.3"
My composer.json:
{
"require": {
"phpunit/phpunit": "8.3.3 as ^8.3"
}
}Output of composer diagnose:
$ composer diagnose
Homebrew/livecheck provides various automated ways of detecting formulae updates.
Repology provides an API that provides details on whether a Homebrew package is outdated e.g. https://repology.org/metapackage/boost/versions
A separate Ruby application that can be trivially deployed on e
A package manager for the web
-
Updated
Sep 4, 2020 - JavaScript
A simple, decentralized dependency manager for Cocoa
-
Updated
Sep 4, 2020 - Swift
Go dependency management tool experiment (deprecated)
-
Updated
Sep 5, 2020 - Go
The Cocoa Dependency Manager.
-
Updated
Sep 5, 2020 - Ruby
Today, the editable installer (poetry>1.0.10), does not handle removals of files (includes, console scripts etc.) cleanly. This needs to be improved.
There are two potential approaches,
- Handle the delta manually by using the
*.dist-info/RECORDcsv file. We could load the list prior to new install and then identify the delta after installation. - Uninstall editable package explicitly
C++ Library Manager for Windows, Linux, and MacOS
-
Updated
Sep 6, 2020 - C++
Windows Package Manager CLI (aka winget)
-
Updated
Sep 5, 2020 - C++
Chocolatey - the package manager for Windows
-
Updated
Sep 1, 2020 - C#
Current compilervars is not exposed via conans.tools which means that only conanfiles that make use of the CMake and vcproj build helpers can reasonably use the Intel compiler. Please export compilervars and the _dict and _command variants in the conans.tools module.
Blocker for conan-io/conan-center-index#2499.
- I've read the [CONTRIBUTING guide](https://git
Fix broken node modules instantly 🏃🏽♀️
-
Updated
Aug 24, 2020 - TypeScript
Awesome npm resources and tips
-
Updated
Sep 3, 2020
the package manager for JavaScript
-
Updated
Sep 4, 2020 - JavaScript
Nix, the purely functional package manager
-
Updated
Sep 5, 2020 - C++
Is your feature request related to a problem? Please describe.
Not related to a problem
Describe the solution you'd like
We opened #808 to discuss how we might use GitHub actions. At the time, this repo didn't have actions enabled. Now that it does, we should try them out for some of the things in that thread.
_Edit from @arschles - we have focused this issue to just the twitte
-
Updated
Sep 6, 2020 - C
- I'd be willing to implement this feature
- This feature can already be implemented through a plugin (it would require a change to yarnpkg-shell)
Describe the user story
$PWD or ${PWD} is the default Bash environment variable to refer to the current working directory. To allow for cross platform shell evaluation, the yarkpkg-shell should support expanding that environment vari
DC/OS - The Datacenter Operating System
-
Updated
Sep 4, 2020 - Python
Modern applications with built-in automation
-
Updated
Sep 5, 2020 - Rust
A modern project, package, and virtual env manager for Python
-
Updated
Aug 27, 2020 - Python
a dependency unwinder for javascript
-
Updated
Sep 4, 2020 - JavaScript
- Wikipedia
- Wikipedia


Do you want to request a feature or report a bug?
feature request
What is the current behavior?
Currently
yarn whywon't indicate any package info in the resolutions fieldIf the current behavior is a bug, please provide the steps to reproduce.
"pkg": "^1.0.0"resolutionsfield in package.json,pkg: "1.0.0"