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
2021-03-22fix(usage): tie usage to configGar
2021-03-18feat(help): refactor npm help/help-searchGar
2021-03-09fix(usage): clean up usage declarationsGar
2021-03-09fix(npm.output): make output go through npm.outputGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-02-25chore(refactor): promisify completion scriptsGar
2020-12-18Pass full set of options to login helper functionsisaacs
2020-12-11Remove 'use strict'isaacs
2020-11-06npmlog.notice the registry when using 'npm login'Jason Attwood
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-08-21config.del() -> config.delete()isaacs
2020-08-18use @npmcli/config for configurationisaacs
2020-08-18chore: refactor adduserRuy Adorno
2020-08-04refactor and lint commands, make consistentisaacs
2020-05-08Use de-figged npm-profileisaacs
2019-06-30chore: replace var with const in lib/adduser.jsJames George
2018-03-23standardizeRebecca Turner
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