#
npm-cli
Here are 99 public repositories matching this topic...
Public change requests/proposals & ideation
-
Updated
Aug 31, 2021 - JavaScript
Like which(1) unix command. Find the first instance of an executable in the PATH.
-
Updated
Aug 11, 2021 - JavaScript
The thing npm uses to read package.json files with semantics and defaults and validation and stuff
-
Updated
Aug 26, 2021 - JavaScript
Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab
-
Updated
Jul 10, 2021 - JavaScript
normalizes package metadata, typically found in package.json file.
-
Updated
Aug 18, 2021 - JavaScript
Track complex hiearchies of asynchronous task completion statuses.
-
Updated
Aug 30, 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
Aug 11, 2021 - JavaScript
Contain async insanity so that the dark pony lord doesn't eat souls
-
Updated
Nov 6, 2019 - JavaScript
Add callbacks to requests in flight to avoid async duplication
-
Updated
Mar 24, 2020 - JavaScript
Walk through a folder and figure out what goes in an npm package
-
Updated
Aug 23, 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."
Current Behavior:
When I do
npm initin a folder with spaces, for exampletest foo bar, only the first space gets replaced by a dash in the proposed nameExpected Behavior:
All the spaces in the name of the folder should get replaced by a dash
Steps To Rep