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
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
2014-09-13function name spacingForrest L Norvell
2014-09-13fix relative paths in local dependenciesForrest L Norvell
2014-09-13style tweaks & dead variable removalForrest L Norvell
2014-09-10cache: set ownership properly on generated package.json fileisaacs
2014-09-05style tweaks: semicolons, spacing, ' -> "Forrest L Norvell
2014-09-05make #6119 compatible with #5629Forrest L Norvell
2014-09-05Fallback to module installs if package.json is missing in a localRebecca Turner
2014-09-05add tests for local paths in package.json and --save localpathDylan Greene
2014-09-05allow local paths in package.json, but disallow publishingDylan Greene
2014-07-21Display usage for cache without argumentsMichael Nisi
2014-07-17cache ls and cache clean support scopesForrest L Norvell
2014-07-02use parsed spec instead of name for githubForrest L Norvell
2014-07-02remove redundant stanzaForrest L Norvell
2014-07-02simplify use of maybeGithubForrest L Norvell