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
AgeCommit message (Expand)Author
2010-08-26bump versionv0.1.270.1.27isaacs
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-26Document "gzip" configisaacs
2010-08-26Let gzip be abstracted out, too.isaacs
2010-08-26document "tar" confisaacs
2010-08-26Use a config for "tar", which defaults to the TAR env, or "tar"isaacs
2010-08-26Give it the alpha versionisaacs
2010-08-26Document the bundle commandisaacs
2010-08-26Don't put the bundle path in require.paths over and over again.isaacs
2010-08-26A package that depends on jsdomisaacs
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-26Update help doc with new sectionsisaacs
2010-08-26Docs for rebuild.isaacs
2010-08-26cleaner messagingisaacs
2010-08-26Add a rebuild command. Fix #143isaacs
2010-08-26log verbosely the lifecycle eventisaacs
2010-08-26more 0.1.27 notesisaacs
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-25A test that's fast, and another that's slow.isaacs
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-25make docisaacs
2010-08-25notes for 0.1.27isaacs
2010-08-25Remove the install-docs script, since npm does this itself now.isaacs
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-25Note that configs affect the settings in the json, as wellisaacs
2010-08-25Remove the doc installing script from the package.json, since this is done by...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-25Document the hidden feature of disabling bins by setting binroot to "false"isaacs