#
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 137 public repositories matching this topic...
A package manager for the web
-
Updated
May 3, 2022 - JavaScript
Dionysusnu
commented
Dec 30, 2021
Hooks for scopes get a double prefix, ie @@scope, when shown with the npm hook ls command. This is due to the response from the web request already including the prefix in the name field, and the following lines of code then locally adding the prefix again, duplicating it.
Good First Issue
good issue or PR for newcomers
Release 8.x
work is associated with a specific npm 8 release
Bug
thing that needs fixing
-
Updated
Sep 28, 2021 - JavaScript
a dependency unwinder for javascript
-
Updated
May 9, 2021 - JavaScript
-
Updated
Jan 10, 2017 - JavaScript
lirantal
commented
Jun 28, 2021
Before installing a version we can compare previous versions (or existing version, if it's an upgrade) to alert if:
- The package about to be installed introduces a binary via the
binfield in package.json - New version has scripts defined where previous version didn't (we can add this rule to the current scripts marshall)
Public change requests/proposals & ideation
-
Updated
Jun 29, 2022 - JavaScript
Run any command on specific Node.js versions
nodejs
javascript
shell
bash
cli
package-manager
library
node
terminal
server
es6
command-line
versions
nvm
versioning
operating-system
npmjs
exec
dependency-management
npx
-
Updated
Jun 27, 2022 - JavaScript
Benchmarks of JavaScript Package Managers
-
Updated
Apr 8, 2021 - JavaScript
Yarn package manager website
-
Updated
Jul 4, 2022 - JavaScript
The easy way to download anything from anywhere. 从任何地方下载任何东西
-
Updated
Jul 1, 2022 - JavaScript
Framework detection utility
nodejs
javascript
gulp
html
markdown
static-site-generator
package-manager
library
framework
deployment
es6
continuous-integration
hugo
gatsby
static-site
webapp
netlify
jamstack
npmjs
dependency-management
-
Updated
Jul 4, 2022 - JavaScript
Scan npm for available package names
-
Updated
Oct 27, 2020 - JavaScript
An extension for displaying dependencies of projects on GitHub
-
Updated
Apr 10, 2018 - JavaScript
Vim plugin to quickly view info about the packages you use
-
Updated
Aug 9, 2021 - JavaScript
Self-hosted application distribution
-
Updated
May 15, 2017 - JavaScript
-
Updated
Jul 9, 2019 - JavaScript
Download JavaScript Dependencies, really fast
-
Updated
Mar 8, 2020 - JavaScript
Get the current package's binary path
nodejs
javascript
testing
shell
cli
npm
package-manager
unit-testing
package
library
typescript
terminal
es6
binary
path
executable
package-json
bin
cwd
dependency-management
-
Updated
Jun 27, 2022 - JavaScript
Swift, reliable, multi-language package manager. ✨ 🚤 🚀 ✨
-
Updated
Jun 30, 2022 - JavaScript
A decentralized and secure package manager.
-
Updated
Jan 18, 2021 - JavaScript
nvm + execa = nvexeca
nodejs
javascript
shell
bash
cli
package-manager
library
node
typescript
terminal
es6
command-line
versions
nvm
versioning
operating-system
npmjs
exec
dependency-management
npx
-
Updated
Jun 27, 2022 - JavaScript
flat node dependencies
-
Updated
Mar 16, 2019 - JavaScript
Download a specific version of Node.js
nodejs
javascript
shell
cli
package-manager
library
node
typescript
terminal
es6
command-line
download
versions
nvm
versioning
operating-system
npmjs
exec
dependency-management
npx
-
Updated
Jun 27, 2022 - JavaScript
Generate bundles from npm dependencies.
-
Updated
Oct 23, 2019 - 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"