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-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
2014-05-12Fix #5200: only show warning when canceling `npm init`Evan Lucas
2014-05-11Stop optional deps moving into deps on update --saveTim Oxley
2014-05-10Ensure only matching deps update with update --save*Tim Oxley
2014-05-08update docsForrest L Norvell
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
2014-05-08fix implicit globalForrest L Norvell
2014-05-08fix #5178 in refactor branchForrest L Norvell
2014-05-08break inflight management out into a moduleForrest L Norvell
2014-05-08goodbye variadic "optional" parametersForrest L Norvell
2014-05-08refactor add* into separate filesForrest L Norvell
2014-05-08split out cache locking into separate fileForrest L Norvell
2014-05-08set spinner interval to null when stoppingisaacs
2014-05-08Busy Spinner, no http noiseisaacs
2014-05-07semver@2.3.0isaacs
2014-05-06Don't set referer if already setisaacs
2014-05-06fetch: Send referer and npm-session headersisaacs
2014-05-03run: output prettier json with --json and no argisaacs
2014-05-03run-script: Support --parseable and --jsonisaacs
2014-05-02list runnable scriptsEvan Lucas
2014-05-02build referer header out of strings onlyisaacs
2014-05-02send referer headerisaacs
2014-05-02cache: Fix typo bug (plus test)isaacs
2014-05-01Check SHA before using files from cacheDavid Glasser
2014-05-01adduser: Clarify password promptisaacs
2014-05-01adduser: allow change of the saved passwordMiroslav Bajtoš