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-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š
2014-04-30cache: Handle 404s and other HTTP errors as errorsisaacs
2014-04-29bump tap dep, make tests stderr a bit quieterisaacs
2014-04-23Include npm version in user-agent confisaacs
2014-04-18Make `npm install` respect `config.unicode`Sean McGivern
2014-04-18Add test for lifecycle.makeEnv()Yeonghoon Park
2014-04-18Fix lifecycle to pass `Infinity` for config env valueYeonghoon Park
2014-04-18Don't return 0 exit code on invalid commandEvan Lucas
2014-04-13view: handle unpublished packages properlyisaacs
2014-04-10update tap tests to hit no external dependencies.bcoe
2014-04-10do not log if silentRaynos (Jake Verbaten)
2014-04-10fix no such property errorJulian Gruber
2014-04-10adding save-prefix configuration optionThorsten Lorenz
2014-04-10cache: treat missing versions as a 404isaacs
2014-04-10cache: Save shasum, write resolved/etc data to cacheisaacs
2014-04-10cache: Always fetch root docisaacs
2014-04-10cache: don't repack unnecessarily from tmpisaacs
2014-04-06Don't crash if shrinkwrap-dependencies were not passed in pkginfoAndrey Kislyuk
2014-03-16read-installed@2.0.0isaacs