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-27Stray commas in bundle commandv0.1.27-8isaacs
2010-08-27do deps in a way that works with no.de setupsv0.1.27-6isaacs
2010-08-27Don't fail the build if autoActivate fails.isaacs
2010-08-27Don't fail on uninstall/deactivate script failures.isaacs
2010-08-27Don't overwrite actual real live code in lib dirs if they were linked with ol...v0.1.27-4isaacs
2010-08-27Bug where a pipe might call the cb twice. Reported by russell_h in IRC.v0.1.27-3isaacs
2010-08-27fix it for real this time.v0.1.27-2isaacs
2010-08-27Fix a bug where dependencies marked with "*" wouldn't be auto-installed.isaacs
2010-08-27Add some verbose logging to track down the bug reported by pyronicide in IRC.isaacs
2010-08-26Bubble up the rmList with known-ok-to-remove packages, so a non-update doesn'...isaacs
2010-08-26Log an error about configs if tar or gzip don't work.isaacs
2010-08-26Let gzip be abstracted out, too.isaacs
2010-08-26Use a config for "tar", which defaults to the TAR env, or "tar"isaacs
2010-08-26Don't put the bundle path in require.paths over and over again.isaacs
2010-08-26A better bundle command.isaacs
2010-08-26expose cache.cleanisaacs
2010-08-26First crack at something resembling a fix for #74isaacs
2010-08-26cleaner messagingisaacs
2010-08-26Add a rebuild command. Fix #143isaacs
2010-08-26log verbosely the lifecycle eventisaacs
2010-08-25Clean up exec usageisaacs
2010-08-25Clean up some loggingisaacs
2010-08-25Split the tar and gzipping apart from one another, for portable winisaacs
2010-08-25Rework how exec works, and add pipe/spawnisaacs
2010-08-25Make the show level a getter/setterisaacs
2010-08-25Move some silly logging into silly landisaacs
2010-08-25Make it a bit prettierisaacs
2010-08-25Asynchronizeisaacs
2010-08-25Cache json files for cases where they're read repeatedly.isaacs
2010-08-25Fix a regression introduced a few commits back.isaacs
2010-08-25fix the require("foo/foo") problem.isaacs
2010-08-25Make the dep path absolute at run-timeisaacs
2010-08-25Asynchronizeisaacs
2010-08-25Asynchronize uninstallingisaacs
2010-08-25Don't create nameless filesisaacs
2010-08-25Have to read data before linking modulesisaacs
2010-08-25Handle mans in deactivate/uninstallisaacs
2010-08-25Activate mans!isaacs
2010-08-25trinary attack!isaacs
2010-08-25Throw if no cb provided, since that's an annoying error to track down.isaacs
2010-08-25require the symlink util at the top of the fileisaacs
2010-08-25Load package default data when objects are providedisaacs
2010-08-25Load mans properly from the folder, and install them when building.isaacs
2010-08-25default "manroot" configisaacs
2010-08-25Strip extensions from bin keys that are created from filenamesisaacs
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-25Add support for package defaults in uninstall and deactivateisaacs
2010-08-25Load the default bins and whatnot in activateisaacs
2010-08-25Use the abstracted-out package default loader thingisaacs