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-03Add the update and update-dependents commandsisaacs
2010-08-03Always provide a valid array of items, even if emptyisaacs
2010-08-03Default to auto-updating, if the new version is newer.isaacs
2010-08-03Use relative link rather than fs.symlinkisaacs
2010-08-03Make logs prettier when inspecting objects.isaacs
2010-08-03styleisaacs
2010-08-03Fix a few areas where uninstall was removing the active bin/main file rather ...isaacs
2010-08-03remove unnecessary mkdirisaacs
2010-08-03Apparently readInstalled doesn't always filter. Should look into that.isaacs
2010-08-03Read env in a case-insensitive manner, and set empty values to true.isaacs
2010-08-03Use console.log instead of sys.puts, and output in ini formatisaacs
2010-08-03Ugly kludge: Create the relevant folders as soon as we know what they are.isaacs
2010-08-03Add splice to ProtoList, and use it to empty the configs when resolving confi...isaacs
2010-08-03Seems like everything's pretty much working now with the prototypal configsisaacs
2010-08-03Prefer getter literals to extra Object.defineProperty callisaacs
2010-08-03Remove unnecessary mkdir and level of indentationisaacs
2010-08-03Remove unnecessary varsisaacs
2010-08-03comment styleisaacs
2010-08-03Refactored out the rest of ini.js.isaacs
2010-08-03savestate. wip. totally choppy useless crap.isaacs
2010-08-03add some notesisaacs
2010-08-03Handle this-context setting in forEachisaacs
2010-08-03The prototype hoodahisaacs
2010-08-03Install dependencies when doing link, and also roll back on failure. Fix #133isaacs
2010-08-03Roll back when install fails.isaacs
2010-08-03Better messaging around lifecycle script failures.isaacs
2010-08-03Default the registry to http, since node's https client can't upload reliably.isaacs
2010-08-01forgot the callback to log.erisaacs
2010-07-31Typo that removed all 'installed' tags from packages if they exist in the reg...isaacs
2010-07-30Fix a bug where you can accidentally overwrite tarballs in some cases.isaacs
2010-07-30Add proxy supportCliffano Subagio
2010-07-30Ignore .lock-wscript and build directories by default, if no npmignore is pro...isaacs
2010-07-29Just die on invalid names rather than trying to correct them.isaacs
2010-07-28eval the json as JavaScript if JSON.parse fails, so that comments work.isaacs
2010-07-27Add maintainer names, and reduce prefixationisaacs
2010-07-27Make activate faster by avoiding extra work.isaacs
2010-07-27Don't link executables if binroot is falseyisaacs
2010-07-27Always shim js files rather than linking them, so as to work with relative li...isaacs
2010-07-27Default to empty owner list, so as to add to admin parties.isaacs
2010-07-26Relative links! Fix #104. Fix #21.isaacs
2010-07-26A tool to compute the closest relative path from one thing to another.isaacs
2010-07-26Clean up the set command a bit for readability's sake.isaacs
2010-07-25Regression fix.isaacs
2010-07-25typoisaacs
2010-07-25Fix tar usage so that it works on BSDisaacs
2010-07-25Add a command to manage package maintainers. Fix #40isaacs
2010-07-25Fix a bug where _password and _auth could get set to "undefined"isaacs
2010-07-25Don't log every person parsed.isaacs
2010-07-25Parse out email and urls from author/maintainers/contributorsisaacs
2010-07-25Fix regression in link.js refactorisaacs