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
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
2014-07-02fix order dependency in remote git cachingForrest L Norvell
2014-07-02short-circuit local installs but fall back lessForrest L Norvell
2014-07-02opportunistic lintingForrest L Norvell
2014-07-02switch to npm-package-arg from whatever that wasForrest L Norvell
2014-07-02use --scope to map scope to registryForrest L Norvell
2014-07-02first piece of @org/package module specifiersForrest L Norvell
2014-06-11cache: atomic de-race-ified package.json writingisaacs
2014-06-10Only spin the spinner when we're fetching stuffisaacs
2014-05-24Replace cache.clean/read. Document npm-cache(3)isaacs
2014-05-15addRemoteTarball: swap args to match addLocalTarballisaacs
2014-05-15addLocal: Pass pkgData instead of nameisaacs
2014-05-15addRemoteTarball: Pass data, not name/verisaacs
2014-05-15cache: Remove unnecessary exportsisaacs
2014-05-08remove the 'use strict' and jshint bitsForrest L Norvell
2014-05-08refactor maybe* methods to be more consistentForrest L Norvell
2014-05-08reorganize for readabilityForrest L Norvell
2014-05-08devariadify cache.*Forrest L Norvell