#
npm-cli
Here are 129 public repositories matching this topic...
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
Public change requests/proposals & ideation
-
Updated
Jun 29, 2022 - JavaScript
akatran
commented
Jul 17, 2021
Like which(1) unix command. Find the first instance of an executable in the PATH.
-
Updated
Apr 5, 2022 - JavaScript
The thing npm uses to read package.json files with semantics and defaults and validation and stuff
-
Updated
Jun 29, 2022 - JavaScript
Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab
-
Updated
Jun 29, 2022 - JavaScript
normalizes package metadata, typically found in package.json file.
-
Updated
Jun 29, 2022 - JavaScript
Track complex hiearchies of asynchronous task completion statuses.
-
Updated
Jun 29, 2022 - JavaScript
Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.
-
Updated
Jun 29, 2022 - JavaScript
Contain async insanity so that the dark pony lord doesn't eat souls
-
Updated
Apr 6, 2022 - JavaScript
Public monitor/status/health board for @npm/cli-team's maintained projects
-
Updated
Jun 30, 2022 - HTML
Documentation for the npm registry, website, and command-line interface.
-
Updated
Jun 29, 2022 - JavaScript
Improve this page
Add a description, image, and links to the npm-cli topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the npm-cli topic, visit your repo's landing page and select "manage topics."
Hooks for scopes get a double prefix, ie
@@scope
, when shown with thenpm hook ls
command. This is due to the response from the web request already including the prefix in thename
field, and the following lines of code then locally adding the prefix again, duplicating it.