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
path: root/lib/utils
AgeCommit message (Expand)Author
2010-08-29Just unpublish the target version on failed publishes, and only if the versio...isaacs
2010-08-28Fix for the config setting that was breaking the 'bundle' command. Hat tip to...isaacs
2010-08-28typov0.1.27-9isaacs
2010-08-28Don't log *anything* if not supposed to. Fix #200isaacs
2010-08-27Don't fail on uninstall/deactivate script failures.isaacs
2010-08-27Don't overwrite actual real live code in lib dirs if they were linked with ol...v0.1.27-4isaacs
2010-08-27Bug where a pipe might call the cb twice. Reported by russell_h in IRC.v0.1.27-3isaacs
2010-08-26Let gzip be abstracted out, too.isaacs
2010-08-26Use a config for "tar", which defaults to the TAR env, or "tar"isaacs
2010-08-26log verbosely the lifecycle eventisaacs
2010-08-25Clean up exec usageisaacs
2010-08-25Rework how exec works, and add pipe/spawnisaacs
2010-08-25Make the show level a getter/setterisaacs
2010-08-25Make it a bit prettierisaacs
2010-08-25Cache json files for cases where they're read repeatedly.isaacs
2010-08-25Fix a regression introduced a few commits back.isaacs
2010-08-25fix the require("foo/foo") problem.isaacs
2010-08-25Make the dep path absolute at run-timeisaacs
2010-08-25Don't create nameless filesisaacs
2010-08-25Throw if no cb provided, since that's an annoying error to track down.isaacs
2010-08-25Load mans properly from the folder, and install them when building.isaacs
2010-08-25default "manroot" configisaacs
2010-08-25Strip extensions from bin keys that are created from filenamesisaacs
2010-08-25Replace all invalid chars in keys with _isaacs
2010-08-25Don't buffer logs unless we know that the config is coming.isaacs
2010-08-25Load default data from the directories provided.isaacs
2010-08-25A simple async find type of thingisaacs
2010-08-25Support unpublishing an entire project when all versions are removed, or if n...isaacs
2010-08-24lug butterisaacs
2010-08-24add sillinessisaacs
2010-08-24Fix #145isaacs
2010-08-24lob getterisaacs
2010-08-24a better way to roll back publishesisaacs
2010-08-24log betterisaacs
2010-08-24Handle the case when there is no active versionisaacs
2010-08-24Handle errors smarterisaacs
2010-08-24log configgy puddingisaacs
2010-08-24Make async map pay attention to the list, so pushing will add new things to t...isaacs
2010-08-24Turn down exec logging to verboseisaacs
2010-08-24default loglevelisaacs
2010-08-24Make a note of when the configs have been resolvedisaacs
2010-08-24Configurable logging.isaacs
2010-08-23Use the graceful-fs module instead of using fs directly.isaacs
2010-08-23A wrapper around the fs module that is persistent in the face of EMFILE errors.isaacs
2010-08-23Remove unused "cp" module.isaacs
2010-08-23log bettererisaacs
2010-08-23Add an "error" function to match the "warning" function.isaacs
2010-08-23Make shim clobber when writtenisaacs
2010-08-23Make the build process as parallel as possible.isaacs
2010-08-23Typo that made mkdir break silently and spin in a stat loop foreverisaacs