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
path: root/lib
AgeCommit message (Expand)Author
2014-08-13tar.js: Comment should describe why not whatisaacs
2014-08-13rename .gitignore when unpacking foreign tarballsisaacs
2014-08-13Detect non-gzipped tar files more reliablyisaacs
2014-07-02outdated: Default to 'latest' rather than '*' for unspecified depsisaacs
2014-07-02outdated: Don't show headings if there's nothing to outputisaacs
2014-07-02version: respect --json for outputisaacs
2014-07-01relative URLS for working non-root registry URLSForrest L Norvell
2014-06-28typo in lib/utils/git.jsisaacs
2014-06-28include utils/git.js in versionisaacs
2014-06-28replace escape codes with ansicolorsForrest L Norvell
2014-06-28Use core.longpaths on win32 git - fixes #5525Bradley Meck
2014-06-27Consolidate color sniffing in config/log loading processisaacs
2014-06-27add verbose log when project config file is ignoredisaacs
2014-06-25removed duplicate functionMichael Hayes
2014-06-25Remove spurious `er.code =` assignments.Domenic Denicola
2014-06-25version.js: Fix indentationFelix Rabe
2014-06-25Update EROFS error to be a bit more informative.Domenic Denicola
2014-06-25Add user-friendly errors for ENOSPC and EROFS.Chris Williams
2014-06-14syntax error in ownerisaacs
2014-06-13removed redundant dependencyForrest L Norvell
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-06-13use the new URL-based npm-registry-client interfaceForrest L Norvell
2014-06-13deprecate uses the registry-client for realForrest L Norvell
2014-06-13Properly handle errors that can occur in the config-loading processisaacs
2014-06-11cache: atomic de-race-ified package.json writingisaacs
2014-06-10Only spin the spinner when we're fetching stuffisaacs
2014-06-10reduce logging for unbuildisaacs
2014-06-06graceful-fs@3isaacs
2014-05-24fix #5330Forrest L Norvell
2014-05-24stop the spinner when the process finishesisaacs
2014-05-24Replace cache.clean/read. Document npm-cache(3)isaacs
2014-05-23Always sort saved bundleDependenciesisaacs
2014-05-23fix `npm ls` labeling issueEvan You
2014-05-16addLocalTarball: Replace 'once' functionisaacs
2014-05-16addLocalTarball: minor fixups from review with @domenicisaacs
2014-05-16remove unused variables & packagesForrest L Norvell
2014-05-16addLocalTarball: comment cleanupisaacs
2014-05-15getCacheStat: Prevent unnecessary stats with inflightisaacs
2014-05-15addLocalTarball: Remove extraneous unpackisaacs
2014-05-15addPlacedTarball: send package data obj, not nameisaacs
2014-05-15addRemoteTarball: swap args to match addLocalTarballisaacs
2014-05-15addLocal: Pass pkgData instead of nameisaacs
2014-05-15addLocalTarball: Use pkgData instead of name/versionisaacs
2014-05-15addRemoteTarball: Pass data, not name/verisaacs
2014-05-15cache: Remove unnecessary exportsisaacs
2014-05-15explore: no spinnerisaacs
2014-05-14npmconf@1.0.0, Refactor config/uid/prefix loading processisaacs
2014-05-13Send npm version as 'version' headerisaacs
2014-05-12Don't immediately show spinner on loginEvan Lucas
2014-05-12Allow non-github repositories with `npm repo`Evan Lucas