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-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
2010-08-05Fix for earlier versions of node that didn't have proper module identity.isaacs
2010-08-05Support calling resolveConfigs multiple timesisaacs
2010-08-05If possible, sniff for tty-ness before coloring stderr outputisaacs
2010-08-04Default dev mode to falseisaacs
2010-08-04Objectify the dependencies when reading json.isaacs
2010-08-04Save configs after adduser, and return on success, rather than logging as if ...isaacs
2010-08-04Stringify before calling trim()isaacs
2010-08-04Fix a bug where uninstalling a link package fails if the package.json file ch...isaacs
2010-08-03Also error on clientError eventsisaacs
2010-08-03provide this arg to forEach in protoListisaacs
2010-08-03Rename auto-update to update-dependents, and update docs to reflect thisisaacs
2010-08-03Implement the config snapshot, so as to put configs into the lifecycle envisaacs
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-03Make logs prettier when inspecting objects.isaacs
2010-08-03Read env in a case-insensitive manner, and set empty values to true.isaacs
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-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-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-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