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-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
2010-10-16typo. jeez. annoyingisaacs
2010-10-16npm logs aren't colorful enough.isaacs
2010-10-16Remove unhelpful logisaacs
2010-10-16Dumping objects is silly, not verbose.isaacs
2010-10-16Log the stages on "info". It's really helpful for debugging where something ...isaacs
2010-10-16Make it easier to track down "undefined" logs with unhelpful prefixesisaacs
2010-10-16Output outdated contents to stdoutisaacs
2010-10-16Output "cache ls" data to stdout.isaacs
2010-10-16A better shrink-to-fit.isaacs
2010-10-16A better shrink-toisaacs
2010-10-16On further thought, little shrink-to-fit action is better. Just add ws *after...isaacs
2010-10-16on npm list let attributes start listing earlier than pushing out to max name...Tor Valamo
2010-10-16Fix #288 - Remove invalid dependent links when they are encountered.isaacs
2010-10-16Use proper sys module.isaacs
2010-10-16Support name@version in cache addisaacs
2010-10-16Avoid the sys warnings.isaacs
2010-10-16Dont' package up .npm folders in packages. That's dumb.isaacs
2010-10-15Better config edit commandisaacs
2010-10-15Dependency lists might also have @-signs or other odd chars in them.isaacs
2010-10-15don't assume that an array is only of package names. Can also be "name >=ver"isaacs
2010-10-15syntax errorisaacs
2010-10-15Ignore '~/' paths when running as rootisaacs
2010-10-15sudo doesn't read userconfig file unless explicitly told to.isaacs
2010-10-15only replace home with tilde if not rootisaacs
2010-10-15root/sudo doesn't get a userconfig.isaacs
2010-10-15save config again after editing, to re-sort and validate.isaacs
2010-10-15sort ini filesisaacs
2010-10-15A more friendly edit command.isaacs
2010-10-15just some tweaks to make config setting a little sweeterisaacs
2010-10-15Pass in the reg as an argument to publishisaacs
2010-10-15Don't suggest running help. That almost never helps.isaacs
2010-10-15If engines is something empty, then assume that node is allowed.isaacs