-
Updated
Apr 28, 2020 - JavaScript
dependency-graph
Here are 162 public repositories matching this topic...
-
Updated
Oct 8, 2020 - Python
context
configs/rules/no-deprecated-core.js lists modules that have een deprecated and/ or have been removed from node. The list is up to date to node version 8. Since, more internal depencencies have been deprecated (v10) and subsequently removed (v12) - [as documented in node api documentation](https://nodejs.org/dist/latest-v12.x/docs/api/deprecations.html#deprecations_dep0084_requirin
-
Updated
Aug 1, 2020 - Kotlin
-
Updated
Oct 9, 2020 - TypeScript
-
Updated
Oct 16, 2019 - PHP
-
Updated
Oct 4, 2017 - Ruby
The code at
can be simplified now that Stack 2.3.1 supports ls dependencies json.
-
Updated
Oct 6, 2020 - Python
-
Updated
Sep 24, 2019 - JavaScript
-
Updated
Apr 29, 2020 - Python
-
Updated
Oct 8, 2020 - C++
-
Updated
Apr 3, 2020 - JavaScript
-
Updated
Mar 13, 2019 - JavaScript
-
Updated
Aug 15, 2020 - Go
-
Updated
Apr 25, 2020 - CMake
-
Updated
Jan 27, 2020 - Python
If you run ?pkgnet::InheritanceReport, you'll see a section like this:
And the same on the pkgdown site (https://uptake.github.io/pkgnet/reference/InheritanceReporter.html)

While inspecting the installer, I noticed the fallbacks for Linux / OSX when appdirs isn't available (in
data_dir()).Wouldn't it make sense to add an
iffor Windows based on%APPDATA%or%LOCALAPPDATA%, before resorting to globally installing appdirs?