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-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
2010-08-23This is where this functionality goes. But if it goes here, it'll break some ...isaacs
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-22Handle race condition between stat and mkdirisaacs
2010-08-22whitespace errorsisaacs
2010-08-22Don't let failures in user code tank a rolling-back uninstall process.isaacs
2010-08-22Initial implementation of package 'modules.' Issue 144.Alex Wolfe
2010-08-22Update the lifecycle commands to follow the "name@version" convention, and al...isaacs
2010-08-22Add a flag to require lifecycle.cmd to do something, or else errorisaacs
2010-08-17Proxy requests need the full remote urlChristian Eager
2010-08-11Better: only do the wscript if it actually has a configure and build step, bu...v0.1.25isaacs
2010-08-11don't fail if the node-waf was not explicitisaacs
2010-08-11Rollback spawn api change. Guess it isn't there yet.v0.1.24isaacs
2010-08-11Use the builtin base64 APIisaacs
2010-08-10Use the new child_process.spawn APIisaacs
2010-08-10Sniff for wscript. Fix #72isaacs
2010-08-09Pass in process.env as the default env, not null.isaacs
2010-08-07Do a silent prompt for passwordisaacs
2010-08-07Handle stdin/exiting a little more gracefully.isaacs
2010-08-06Accurate fix for #160. Last one was dumb.isaacs
2010-08-06Fix parseField bug. #160isaacs
2010-08-06logging the full package.json descriptor is a bit muchisaacs
2010-08-06Report errors better when something is not in the registryisaacs