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-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
2010-05-05Update to new npm styleisaacs
2010-05-02Remove the 'conf' argument that all the commands were taking, now that they c...isaacs
2010-04-25Update the way that the npm cli commands work so that it's a bit more robust ...isaacs
2010-03-26Streamline the config stuff around a bit.isaacs
2010-03-24add log categoryisaacs
2010-03-23Error callbacks should send Error objectsisaacs
2010-03-23trailing whitespaceisaacs
2010-03-23adduser cli option, creates a couchdb user and stores new credentials locallyMikeal Rogers