Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-14fix(docs): autogenerate config docs for commandsisaacs
2021-05-10fix(packages): locale-agnostic string sortingisaacs
2021-03-26Fix manNumberRegex in help.jsDanielle Church
2021-03-18feat(help): refactor npm help/help-searchGar
2021-03-09fix(usage): clean up usage declarationsGar
2021-03-09fix(npm.output): make output go through npm.outputGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-02-25chore(refactor): promisify completion scriptsGar
2021-02-05chore: utils cleanup and testsnlf
2020-12-15tests for npm helpnlf
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-10-23docs: use "dockhand" for static generationEdward Thomson
2020-10-23docs: update path to commandsEdward Thomson
2020-08-21lint fixesisaacs
2020-08-21help: show usage when help-search finds no resultsisaacs
2020-08-18move cmd-list from lib/config/ to lib/utils/isaacs
2020-08-18use @npmcli/config for configurationisaacs
2020-07-30fix lintfix script, use flat ternariesisaacs
2020-07-29lint the lib folderisaacs
2020-07-29make default help banner more helpfulisaacs
2020-07-29Update open-url and help to fix browser help docsisaacs
2020-06-11feat: make find-dupes docs point to dedupe docsclaudiahdz
2020-05-08Fix (with hacky temporary code in some cases) usage output for all commandsisaacs
2019-11-05docs: migrate existing docs to gatsbyclaudiahdz
2018-08-21docs: Align command descriptions in help text (#55)Erik Price
2018-06-29run-script: show suggestions when script name is typoed (#20879)Daijiro Wachi
2018-05-12open: handle missing open bin error (#20582)Benjamin E. Coe
2018-03-23standardizeRebecca Turner
2017-07-17help: Implement new help message like did-you-meanDaijiro Wachi
2017-04-21doc: preserve same name convention for commandPavlo Liulia
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-03-31faq: remove faq command as the docs was removed at #10547Daijiro Wachi
2016-03-11help: display all commands except for affordancesDaijiro Wachi
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26Swap the spinner out for the new progress bar code in npmlogRebecca Turner
2015-05-05help: Don't confuse glob with regexpisaacs
2015-02-27help: tweaks to compressed filename matchingForrest L Norvell
2015-02-27Adding handling of compressed man pagesPeter A. Shevtsov
2014-11-07include command in spawn errors (fixes #3908)smikes
2014-10-03bye bye customFds, hello stdioForrest L Norvell
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-05-08Busy Spinner, no http noiseisaacs
2014-04-18Don't return 0 exit code on invalid commandEvan Lucas
2013-12-03Fix error when using `npm help foo bar baz`.Sébastien Santoro
2013-07-12help: Limit line length wrapping to 60isaacs
2013-07-12help: Take an optional initial numeric section argisaacs
2013-07-11help fixupisaacs
2013-07-11help: Use new doc file layoutisaacs
2013-04-29use 'customFds' instead of 'stdio'isaacs
2013-04-29remove exec.js, use child_process.execFileRobert Kowalski