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
2011-03-23complete install command against versions as well as nameisaacs
2011-03-22Don't put node_modules directly in prefix. put it in prefix/libisaacs
2011-03-22put off install/publish/cache-add completion for nowisaacs
2011-03-22bundle url dependenciesisaacs
2011-03-22Link bins for linked packages globally.isaacs
2011-03-22rollback installation on failureisaacs
2011-03-22bundle URL dependenciesisaacs
2011-03-22Was double-running the install lifecycle eventisaacs
2011-03-22Bug. Do build even if there are no deps.isaacs
2011-03-22Overzealous with removing console.logisaacs
2011-03-22Terseness. simplify "prefix" config and output cmd.isaacs
2011-03-22Closes GH-677 Rebuild bundled deps on installisaacs
2011-03-22Print output based on install prefixisaacs
2011-03-22Programmatic API for use by update.isaacs
2011-03-22Add engine checksisaacs
2011-03-22Refuse to handle pathological dependency cyclesisaacs
2011-03-22move git-check into install.js, not unbuild.isaacs
2011-03-22Refuse to install over git repos.isaacs
2011-03-22Shorten the output when installing locallyisaacs
2011-03-22Show install loc even if there are no kidsisaacs
2011-03-22Print packages installed and their locations to stdoutisaacs
2011-03-22run install scripts and build bins/mansisaacs
2011-03-22Dont' warn about publishing everything. It's okisaacs
2011-03-22Basic local-install functionalityisaacs
2011-03-22New install. Needs some updates to cache.add before it'll work, thoughisaacs
2011-03-22document various algorithm choices in comments with pros and consisaacs
2011-03-22change usage string for installisaacs
2011-02-25Add a 'rollback' boolean config to prevent rolling back failed installsisaacs
2011-02-25Don't try to change uid or gid if in unsafe-perm mode.isaacs
2011-02-15Closes GH-449 Better message when npm version conflictsisaacs
2011-02-12Closes GH-547 Split semver into a separate utilityisaacs
2011-02-11Remove race conditionisaacs
2011-02-08Provide mode to mkdirisaacs
2011-02-08chmod the folders created when unpacking tarballs.isaacs
2011-01-26Nevermind, they're staying.isaacs
2011-01-26Bundled url and querystring, just in case.isaacs
2011-01-12Fix #499. Only mkdir when appropriate.isaacs
2011-01-07Detect edge case in use of npm's in-memory cacheisaacs
2011-01-07Support url in place of version in dependenciesisaacs
2011-01-07Handle data that lacks a dist-tags hash.isaacs
2010-12-13Fix #449 - { "engines" : { "npm" : "~0.2.5" }}isaacs
2010-12-03If latest not supported, use the highest versionisaacs
2010-12-03Allow recurring <name>@<version> completions.Evan Meagher
2010-12-03Increase tab-completion coverage.Evan Meagher
2010-11-30Rollback regressionisaacs
2010-11-25Add the 'must-install' config, and use it in bundlingisaacs
2010-11-24Style and handle an unusual but possible edge caseisaacs
2010-11-20Treat bundled dependencies as first-class citizensisaacs
2010-11-19Change build/link/install to work with cache changes.isaacs
2010-11-15Handle invalid versions in the registryisaacs