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
2017-02-10adduser: refactor legacy login into its own moduleKat Marchán
2016-10-20npm: Send Npm-Scope header along with requests to registryRebecca Turner
2016-06-20adduser: Disable progress barRebecca Turner
2016-06-20adduser: Rewrite custom flow control to use chainRebecca Turner
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-04-28lib: Refactor summary usage to use utils/usageDaijiro Wachi
2016-04-08doc: Add 'login' as alias to 'adduser' cli commandgnerkus
2016-01-21adduser: add a success messageekmartin
2015-09-11adduser: remove obsolescent process.binding useForrest L Norvell
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26update usage for all commandssmikes
2015-06-26Swap the spinner out for the new progress bar code in npmlogRebecca Turner
2015-03-20adduser: explicit registry on command line winsForrest L Norvell
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-09-19support saving --always-auth on adduserForrest L Norvell
2014-07-02chasing down errant uses of old auth, part 1Forrest L Norvell
2014-07-02use --scope to map scope to registryForrest L Norvell
2014-07-02scope token to the registryForrest L Norvell
2014-07-02capture and store bearer tokenForrest 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-05-12Don't immediately show spinner on loginEvan Lucas
2014-05-01adduser: Clarify password promptisaacs
2014-05-01adduser: allow change of the saved passwordMiroslav Bajtoš
2014-01-20adduser: All defaults are empty strings if unfoundisaacs
2014-01-02Note that email address is publicisaacs
2013-12-26adduser: Default all fields to empty stringisaacs
2013-06-19adduser: Delete token after signing inisaacs
2013-05-04introduce npm-user-validate, related to #3362Robert Kowalski
2012-08-15Use new npmconf moduleisaacs
2012-07-24adduser: Don't swallow errorsisaacs
2012-07-24adduser: Handle invalid inputs betterisaacs
2012-06-17Last remnant of PromisChain gone, hooray!isaacs
2012-06-07Use npm-registry-client depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2011-12-10Use 'read' as a submoduleisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-10-10Be more careful about when the npm builtin config gets savedisaacs
2011-08-07Put .js on filenamesisaacs
2011-03-22rename registry to 'npm-registry-client'isaacs
2010-09-29Print nice short "usage" lines when doing -h, -?, or --helpisaacs
2010-08-25Clean up exec usageisaacs
2010-08-24lob getterisaacs
2010-08-24log betterisaacs
2010-08-11Use the builtin base64 APIisaacs
2010-08-07Handle stdin/exiting a little more gracefully.isaacs
2010-08-04Save configs after adduser, and return on success, rather than logging as if ...isaacs
2010-08-04Save adduser info to user config file.isaacs
2010-07-25Regression due to the s/(auth|password)/_$1/g changeisaacs
2010-07-25Complete rewrite of adduser. Fix #52isaacs