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
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-24Docs for loglevel conf setting.isaacs
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-23Bump versionv0.1.26isaacs
2010-08-23make docisaacs
2010-08-23Update docs for modified implementationisaacs
2010-08-23more notes for 0.1.26isaacs
2010-08-23Add a line about modules being treated like the "main" scriptisaacs
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-23Clear the temp files before process.exit, not on exitisaacs
2010-08-23Make shim clobber when writtenisaacs
2010-08-23Increase the asynchronyisaacs
2010-08-23make the maps asyncisaacs
2010-08-23Parallelize deactivate as much as possible.isaacs
2010-08-23Make activate as parallel as possible.isaacs
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
2010-08-23Don't have a special "main" module. Just make it the "index" in the modules h...isaacs
2010-08-23This is where this functionality goes. But if it goes here, it'll break some ...isaacs
2010-08-23Don't unnecessarily serialize reading the JSON files.isaacs
2010-08-23Have the lib dir temporarily so that we can do more testing of default modules.isaacs
2010-08-23No need to have it log that it's doing nothingisaacs
2010-08-23Use the path module rather than literal / charsisaacs
2010-08-23Sometimes when split cookie, cookie not want get split. Make sure cookie edib...isaacs
2010-08-22Add a log.warn function for warnings.isaacs
2010-08-22Build all the modules shims at once.isaacs
2010-08-22Link all the modules at once, don't chain them sequentiallyisaacs
2010-08-22Handle race condition between stat and mkdirisaacs
2010-08-22bump version and remove "lib" directoryisaacs
2010-08-22Start the 0.1.26 version logisaacs
2010-08-22whitespace errorsisaacs
2010-08-22Mostly style cleanup, but also use the linkModules function for "link" depend...isaacs
2010-08-22Set a flag when rolling back so that lifecycle stuff can't fail.isaacs
2010-08-22Don't let failures in user code tank a rolling-back uninstall process.isaacs
2010-08-22rm always "works" now, so no need to hide the errorisaacs