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 (Collapse)Author
2015-06-26Stop stray progressbars from appearing when logging is used in non-progress ↵Rebecca Turner
commands
2015-06-26Swap the spinner out for the new progress bar code in npmlogRebecca Turner
2015-04-13remove child-process-closeRobert Kowalski
npm doesn't support Node 0.6 any more.
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
Make it do something useful on both bearer-based and basic-based authed clients.
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
I literally cannot train my fingers to do this one properly. Had to add it as a vim autocorrect to even work on npm and semver in the first place.
2014-11-08isntall there really is?Forrest L Norvell
Who, that little guy? I wouldn't worry about that little guy.
2014-10-31handle caching of metadata in npm itselfForrest L Norvell
2014-10-16defactored npmconf back into npmForrest L Norvell
2014-10-03rm -rf npm submodule commandisaacs
Noticed today that 'npm submodule' is broken in npm 2.0. Went digging, and thought 'Hey, how did this EVER work?' Dug a bit deeper, and found that this command was actually let go way back in the summer of 2013, and had been hanging around ever since due to a glitch in the system. So, with this patch, we've 'fixed the glitch', removing it from the set of npm commands. Fix #6369
2014-09-28efficiently validate tmp tarballs safelyForrest L Norvell
Only validate tarballs when necessary, validate them locally, and make sure that each one that's being validated is being unpacked to a different directory. Fixes #6329.
2014-09-13Defer rollbacks to end of install.isaacs
This ought to nail the ENOENT issues we're seeing in #6043 by deferring all rollback unbuilds to the end of the install process. This also depends on the upgrade to slide@1.1.5. Includes a test with a very racy optional dependency situation. (*wink*)
2014-09-12Remove enginesisaacs
Node v0.6 is pretty much gone at this point. Also, the -pre upsets SemVer 4, making it annoying to test npm on Node in development.
2014-09-03isntall ins't FOR youForrest L Norvell
2014-06-27Consolidate color sniffing in config/log loading processisaacs
2014-06-27add verbose log when project config file is ignoredisaacs
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-06-13Properly handle errors that can occur in the config-loading processisaacs
2014-06-10Only spin the spinner when we're fetching stuffisaacs
2014-05-14npmconf@1.0.0, Refactor config/uid/prefix loading processisaacs
Closes #4751
2014-05-13Send npm version as 'version' headerisaacs
2014-05-08set spinner interval to null when stoppingisaacs
2014-05-08Busy Spinner, no http noiseisaacs
One step closer to #5213
2014-05-06Don't set referer if already setisaacs
2014-05-02build referer header out of strings onlyisaacs
2014-05-02send referer headerisaacs
2014-04-23Include npm version in user-agent confisaacs
2014-02-18alias 't' to 'test'isaacs
For @maxogden
2014-02-17more legible error message in config.get/setYazhong Liu
Test added by @isaacs Closes #4458
2013-12-16conf: Fix docs, add a test for docsisaacs
Frequently, we use configs that are not documented, and many configs have been removed (sometimes inadvertently!) that WERE documented, which is much worse. Add a test to try to catch that earlier, and also fix it.
2013-11-20use custom heading if availableLuke Arduini
2013-08-17v as alias for view commandLuke Arduini
2013-08-16add "repo" commandTJ Holowaychuk
2013-07-10Put 6 bytes of random in tmp folder nameisaacs
Closes #3635
2013-06-21Update everything to work with semver@2isaacs
2013-06-17init-package-json@0.0.9isaacs
2013-05-12remove unused SPLIT_CHARRobert Kowalski
2013-04-29Use child-process-close for 0.6 supportisaacs
2013-02-15adds a feature to allow users to view starred packagesPaolo Fragomeni
2013-02-11Warn when using --forceisaacs
2013-01-15issues is an alias for bugsseebees
2012-10-03alias for installisaacs
Because @SlexAxton is too nice a guy to actually troll him.
2012-08-30umask is already an int, don't re-parse itisaacs
For @caolanm
2012-08-22Respect builtin configisaacs
2012-08-21The dedupe commandisaacs
2012-08-18npm-registry-client@0.2.1isaacs
2012-08-17Don't do the walk-up thing for the global prefixisaacs
Fix #2726