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-10-31npm deprecate functionisaacs
2010-10-30do color and lf if its a ttyisaacs
2010-10-30Add recursive remove support. Major refactor.isaacs
2010-10-30default force and recursive configs to falseisaacs
2010-10-30Make some verbose logs not defaultisaacs
2010-10-30Add "output" event for trapping messagesisaacs
2010-10-30Emit "log.warn" for warnings, etc.isaacs
2010-10-30Initial bash completion support. Very rudimentary.isaacs
2010-10-30Don't add the lf in cases where it's better not toisaacs
2010-10-30Revert the branching behavior on sudo. It is only fail.isaacs
2010-10-30Fix the regexp (broken 2 commits back)isaacs
2010-10-29don't set constants for stuff that is on the npm objectisaacs
2010-10-29errno is not getting set in some cases. be a bit more forceful with it.isaacs
2010-10-29require output in ls.jsoliv_oil
2010-10-29refactor output to go through central moduleisaacs
2010-10-29Dedicated central output writing pathisaacs
2010-10-29Emit "log" events when logging, and some cleanupisaacs
2010-10-29support abbreviated versions of commandsisaacs
2010-10-28Use drain instead of that awful setTimeout hack in view.jsisaacs
2010-10-28Add the "logfd" configisaacs
2010-10-28Only call the drain callback once.isaacs
2010-10-27pass info on up from npm lsisaacs
2010-10-27Only prune if prune is set trueisaacs
2010-10-27don't clear timeout if there isn't oneisaacs
2010-10-25Remove last *Sync stuffisaacs
2010-10-25Don't throw there, makes tests annoying.isaacs
2010-10-24Fix #307. Better sniffing for util vs sysisaacs
2010-10-24ask the env where node is, don't hard-code it.isaacs
2010-10-24comment fixisaacs
2010-10-24s/dependencies/node_modules/gisaacs
2010-10-24unnecessary double-stat, and default to bundling into node_modules folderisaacs
2010-10-24Yo dawg!isaacs
2010-10-24More "programmatic npm" updates.isaacs
2010-10-24dont' exit forcefullyisaacs
2010-10-24[api] Small changes to make npm available programaticallyindexzero
2010-10-22Fix #131. Not a perfect init command, but a decent start.isaacs
2010-10-22Add "unParsePeople", and expose people-parsing functions.isaacs
2010-10-22Handle multiple \n's a bit better.isaacs
2010-10-22Add a "paused" loglevel that can be set to cork the output for a bit.isaacs
2010-10-21Clean version data. Might require some reinstallation for some folks, but ov...isaacs
2010-10-20If the errno is missing, but discoverable, then add it.isaacs
2010-10-20Treat =1.0.0 as an exact version, not a range. Also, warn on invalid engines ...isaacs
2010-10-20Fix #293. Use the TMPDIR if defined, or /tmp as the default temporary folder.isaacs
2010-10-20Throw a string rather than an error for this message, since the stack trace i...isaacs
2010-10-20Pass the key to parseField/unParseField, so the "isPath" logic is in one place.isaacs
2010-10-20Use the exact version if it parses that way, so that fetches go to proper loc...isaacs
2010-10-20Set the working dir properly for lifecycle commands.isaacs
2010-10-19remove two unnecessary require() statementsisaacs
2010-10-19Fix #302. Check for arg truishness before attempting to interpret it.isaacs
2010-10-19Don't fail if one version isn't supported. Only fail of *no* versions are su...isaacs