#
npm-cli
Here are 113 public repositories matching this topic...
Public change requests/proposals & ideation
-
Updated
Jan 19, 2022 - JavaScript
Like which(1) unix command. Find the first instance of an executable in the PATH.
-
Updated
Sep 21, 2021 - JavaScript
The thing npm uses to read package.json files with semantics and defaults and validation and stuff
-
Updated
Jan 13, 2022 - JavaScript
Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab
-
Updated
Jan 6, 2022 - JavaScript
normalizes package metadata, typically found in package.json file.
-
Updated
Oct 18, 2021 - JavaScript
Track complex hiearchies of asynchronous task completion statuses.
-
Updated
Sep 26, 2021 - JavaScript
Walk any kind of tree structure depth- or breadth-first. Supports promises and advanced map-reduce operations with a very small API.
-
Updated
Sep 21, 2021 - JavaScript
Contain async insanity so that the dark pony lord doesn't eat souls
-
Updated
Oct 13, 2021 - JavaScript
Public monitor/status/health board for @npm/cli-team's maintained projects
-
Updated
Jan 24, 2022 - HTML
Add callbacks to requests in flight to avoid async duplication
-
Updated
Sep 21, 2021 - 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 lscommand. This is due to the response from the web request already including the prefix in thenamefield, and the following lines of code then locally adding the prefix again, duplicating it.