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-11-04chore: refactor commandsGar
2021-09-28fix: use Intl.Collator for string sorting when availableisaacs/string-locale-compareisaacs
2021-08-18feat(cache): initial implementation of ls and rmNathan Fritz
2021-05-14fix(docs): autogenerate config docs for commandsisaacs
2021-05-06feat(cache): Allow `add` to accept multiple specsMarco Sirabella
2021-03-18feat(help): refactor npm help/help-searchGar
2021-03-18chore(config): remove flatOptions referencesGar
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
2020-11-06tests for `npm cache` command, and 2 tiny bugfixesnlf
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-10-20cache: improve cache clear error messageisaacs
2020-09-04fix: fix package spec parsing during cache add processMickael Jeanroy
2020-08-04refactor and lint commands, make consistentisaacs
2020-07-29lint the lib folderisaacs
2020-07-29Remove the log-stream config, fix some references to removed modulesisaacs
2020-05-08fix(cache): add missing promisify() around rimrafisaacs
2020-05-08Remove bluebird, figgy-pudding from several smaller commandsisaacs
2018-12-11pacote: get rid of legacy pacoteOptsKat Marchán
2018-06-29cache: Add warning text about using temp cache for debugging (#21105)Karan Thakkar
2018-03-23standardizeRebecca Turner
2017-11-28pack/publish/install: fix git and tarball specs and checksum errors (#19163)Kat Marchán
2017-05-26fix(cache): reject any attempt to remove individual packagesKat Marchán
2017-05-26feat(clean): hide npm cache clean behind --forceKat Marchán
2017-05-26feat(install): use pacote for package downloadsKat Marchán
2017-04-28*: Patch to support npm-package-arg@5Rebecca Turner
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-03-18config: only send token to registry hostsForrest L Norvell
2016-01-21cache: ignore failures replacing package.jsonJoão Reis
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-07-17docs: make default values on comment in cache.js correctlyDaijiro 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-04-10git: use paths as presented by userForrest L Norvell
2015-04-03install: better logging, no more readJSON cachingForrest L Norvell
2015-03-20realize-package-specifier@2.2.0Forrest L Norvell
2014-12-25find auth for shrinkwrapped deps (fixes #7011)Forrest L Norvell
2014-11-12simplify normalizationForrest L Norvell
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-10-04improve loggingForrest L Norvell
2014-10-03style tweaksForrest L Norvell
2014-10-03log what is and isn't in flightForrest L Norvell
2014-10-03remove need{Name,Version} in favor of inliningForrest L Norvell
2014-10-01Use realize-package-specifier in cache/addRebecca Turner
2014-09-28standardize how a cached package root is namedForrest L Norvell
2014-09-28logging cleanupForrest L Norvell
2014-09-19reintroduce omitted chown (thx iarna!)Forrest L Norvell
2014-09-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss