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
AgeCommit message (Expand)Author
2010-08-25require the symlink util at the top of the fileisaacs
2010-08-25Load package default data when objects are providedisaacs
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-25Add support for package defaults in uninstall and deactivateisaacs
2010-08-25Load the default bins and whatnot in activateisaacs
2010-08-25Use the abstracted-out package default loader thingisaacs
2010-08-25Load default data from the directories provided.isaacs
2010-08-25A simple async find type of thingisaacs
2010-08-25First pass at installing a default bin hash from a "bin" directory. Doesn't ...isaacs
2010-08-25Support unpublishing an entire project when all versions are removed, or if n...isaacs
2010-08-25primarily outputting commands should write to stdout, not stderrisaacs
2010-08-25make the packTar log verboseisaacs
2010-08-25fixupisaacs
2010-08-25Better messaging when the node version isn't supportedisaacs
2010-08-25Make uninstall more parallel and logged betterisaacs
2010-08-24lug butterisaacs
2010-08-24add sillinessisaacs
2010-08-24Do the uninstallation steps all at onceisaacs
2010-08-24handle the "must install" list betterisaacs
2010-08-24Fix #145isaacs
2010-08-24lob getterisaacs
2010-08-24a better way to roll back publishesisaacs
2010-08-24log betterisaacs
2010-08-24log betterisaacs
2010-08-24Do the building AFTER everything is there, since the installed versions affec...isaacs
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-24Drastic reorganization. Break free of the chains of serialization! Asynchro...isaacs
2010-08-24Upon closer examination, fuck it.isaacs
2010-08-24whitespaceisaacs
2010-08-24Remove a log that's no longer helpfulisaacs
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-23Add a todo. Too much in this version already.isaacs
2010-08-23Do the cache unpacking asynclyisaacs
2010-08-23Handle 404s a bit more usefullyisaacs
2010-08-23log bettererisaacs
2010-08-23Add an "error" function to match the "warning" function.isaacs
2010-08-23Make shim clobber when writtenisaacs