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
2018-04-21npm: Make --timing set loglevel=timingRebecca Turner
2018-03-23standardizeRebecca Turner
2017-10-19npm: Capture logging from log events on the process global (#18883)Rebecca Turner
2017-08-13npm: Don't use color/progress on dumb terminalsRebecca Turner
2017-05-31publish: adapt config for publish RegClient (#16762)Kat Marchán
2017-05-26shrinkwrap: update createdWith fieldKat Marchán
2017-05-26shrinkwrap: warn on incompatible lockfile versionKat Marchán
2017-05-26actions: bump concurrent action countKat Marchán
2017-05-26feat(log): moved new loglevels to npmlog properKat Marchán
2017-05-26feat(logger): added `notice` loglevelKat Marchán
2017-05-26feat(install): use pacote for package downloadsKat Marchán
2017-04-28cli: replace cli.js with bin/npm-cli.js and remove cli.js (#12096)Daijiro Wachi
2017-04-15npm: Add timing diagnostics on --loglevel=timingRebecca Turner
2017-03-10actions: Limit concurrent actions to 10Rebecca Turner
2017-03-10fetch-package-metadata: Limit ourselves to 10 concurrent metadata fetchesRebecca Turner
2017-02-24metrics: Default reporting metrics to default registryRebecca Turner
2017-02-10npm: Lazy load caching-registry-client (#15631)Rebecca Turner
2017-01-25npm: Put the npm-debug logs in the cache folder, not cwd.isaacs
2016-12-13metrics: Record and report success metricsRebecca Turner
2016-11-03config: differentiate scope from project scope in configKat Marchán
2016-10-20npm: Detect unsupported Node.js versions and warnRebecca Turner
2016-10-20npm: Send Npm-Scope header along with requests to registryRebecca Turner
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-06-16npm: Only enable progressbar if we have a ttyRebecca Turner
2016-06-16npm: Wait to enable logging & progress bars till after configurationRebecca Turner
2016-05-06npm: Warn if argument starts with non-ascii dashRebecca Turner
2016-05-04src: bring code up to standard@6 compatibilityForrest L Norvell
2016-03-11npm: refactor command list into separate fileDaijiro Wachi
2016-03-10config: Make the progress bars honor the unicode optionDaijiro Wachi
2016-03-10npm: Remove "verison" typo from npm command listdoug.wade
2016-01-29npm: don't bail if require() onload-script throwsEvan Lucas
2015-11-06install-test: add 'npm it' commandisaacs
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-08-14team: initial implementation of team commandKat Marchán
2015-07-25config: Add option to turn off progress barsRebecca Turner
2015-07-01install: version: Fix package.json handling to always allow BOM at startRebecca Turner
2015-07-01npm: Globally monkey-patch graceful-fsisaacs
2015-07-01npm: Add ping commandMichael Nisi
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26Stop stray progressbars from appearing when logging is used in non-progress c...Rebecca Turner
2015-06-26Swap the spinner out for the new progress bar code in npmlogRebecca Turner
2015-04-13remove child-process-closeRobert Kowalski
2015-03-06update: a completely uncontroversial changeForrest L Norvell
2015-02-27make npm commands configurable by defaultsmikes
2015-02-13logout: add new commandForrest L Norvell
2015-01-23add 'npm dist-tag {add,del,list}'Forrest L Norvell
2015-01-23add `npm access` command, with 1/3 of its featuresForrest L Norvell
2014-12-05add alias verison=versionisaacs
2014-11-08isntall there really is?Forrest L Norvell
2014-10-31handle caching of metadata in npm itselfForrest L Norvell