dependencies
A package manager or package management system is a collection of software tools that automate the process of installing, upgrading, configuring, or removing computer programs for a computer's operating system in a consistent manner.
Here are 689 public repositories matching this topic...
Fix broken node modules instantly 🏃🏽♀️
-
Updated
Feb 3, 2021 - TypeScript
This package could be used to enhance the readability of a lot of our tests:
https://github.com/JamieMason/expect-more/tree/master/packages/expect-more-jest/
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
Work with yarn/npm packages locally like a boss.
-
Updated
Jan 20, 2021 - TypeScript
-
Updated
Jan 11, 2021 - Python
Validate and visualize dependencies. Your rules. JavaScript, TypeScript, CoffeeScript. ES6, CommonJS, AMD.
-
Updated
Feb 6, 2021 - JavaScript
-
Updated
May 30, 2020 - JavaScript
Erlang build tool that makes it easy to compile and test Erlang applications and releases.
-
Updated
Feb 6, 2021 - Erlang
sbt plugin to create a dependency graph for your project
-
Updated
Jan 7, 2021 - Scala
There are about ~240 URLs and licenses listed at https://directory.fsf.org/wiki?title=Category:License
We should:
- ensure that we can detect all of them
- ensure that we can detect their URL
We should also add as an "other_urls" ech URL to the corresponding license YAML
-
Updated
Feb 5, 2021 - Ruby
-
Updated
Apr 12, 2018 - Go
It's very common for people to create a venv or .venv folder, using virtualenv or python -m venv, alongside the requirements.txt file for Python
'venv requirements.txt' # virtualenv (python)
'.venv requirements.txt' # virtualenv (python)
A Ruby gem to cache and verify the licenses of dependencies
-
Updated
Dec 13, 2020 - Ruby
View the dependencies tree of you Angular application
-
Updated
Oct 9, 2020 - TypeScript
A macOS app which helps you manage dependency releases in your Podfile.
-
Updated
Mar 17, 2019 - Swift
If CPM_SOURCE_CACHE is set to an empty string, CPM fails with file DOWNLOAD error: cannot create directory '/cpm' - Specify file by full.
Graphic tool for managing javascript project dependencies - in a friendly way.
-
Updated
Sep 14, 2020 - TypeScript
checks which modules you have used in your code and then makes sure they are listed as dependencies in your package.json
-
Updated
Jan 25, 2021 - JavaScript
The code at
can be simplified now that Stack 2.3.1 supports ls dependencies json.
Find all calls to require() no matter how deeply nested using a proper walk of the AST
-
Updated
Feb 24, 2020 - JavaScript
Converts 'go mod graph' output into Graphviz's DOT language
-
Updated
Sep 19, 2020 - Go
Manage multiple package.json files, such as in Lerna Monorepos and Yarn/Pnpm Workspaces
-
Updated
Jan 29, 2021 - TypeScript
Plugins to help with using Google Play services SDK.
-
Updated
Jan 28, 2021 - Java


Describe the bug
When using an image URL like
https://bundlephobia.com/api/stats-image?name=convert&version=1.0.1&wide=truefor a version that isn't published the image returns a placeholder, but the placeholder gets cached. After the version is published the placeholder image stays cached.To Reproduce
Visit an image URL for a version that didn't exist at image generation time.