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
2015-06-26Start recording warnings in the tree and only print them at the endRebecca Turner
2015-06-26Refactor to use uniqueFilename from a module instead of internallyRebecca Turner
2015-06-26Add pre-installation permissions checkingRebecca Turner
2015-06-26Refactor resolveWithExistingModule and related code to remove dead codeRebecca Turner
2015-06-26Switch to using read-package-tree 4.1.0's isLink to detect linksRebecca Turner
2015-06-26Remove unused child.requires attributeRebecca Turner
2015-06-26Handle bundle deps provided by shrinkwrapped depsRebecca Turner
2015-06-26Explicitly recalculate ideal tree metadata prior to tree pruningRebecca Turner
2015-06-26Make fetch-package-metadata's tar streamer support ungziped packages and unta...Rebecca Turner
2015-06-26Creating `lib` directory before installingthefourtheye
2015-06-26(Mostly) ignore shrinkwraps when installing modules from argumentsRebecca Turner
2015-06-26Make shrinkwrap do its own work instead of relying on npm lsRebecca Turner
2015-06-26Move lib/shrinkwrap.js to standard formattingRebecca Turner
2015-06-26Refactor validatePeerDeps to push warning out of the core library codeRebecca Turner
2015-06-26Factor out extraneous and dev module detection into stand alone packagesRebecca Turner
2015-06-26Fix bug in tree pruning caused by change in dev module flaggingRebecca Turner
2015-06-26Remove dead code from npm lsRebecca Turner
2015-06-26Stop stray progressbars from appearing when logging is used in non-progress c...Rebecca Turner
2015-06-26Fix various complicated dedupe bugsRebecca Turner
2015-06-26Eliminate registry hits when shrinkwrap is already fulfilledRebecca Turner
2015-06-26Fully sort package.json and npm-shrinkwrap.json before writingRebecca Turner
2015-06-26Default to using version from shrinkwrap or dependencies when none specified ...Rebecca Turner
2015-06-26Fix top-level shrinkwrap readingRebecca Turner
2015-06-26Use graceful-fs instead of fsRebecca Turner
2015-06-26Sort actions by dependency orderRebecca Turner
2015-06-26Make _from idempotent w/ shrinkwrapsRebecca Turner
2015-06-26Update shrinkwrap inflator to pull in versions identically to npm@2Rebecca Turner
2015-06-26view: always use arrays for versions, maintainers, etc.Kenan Yildirim
2015-06-26Don't inflate shrinkwraps if --no-shrinkwrap is passed inRebecca Turner
2015-06-26Don't install optional modules when --no-optional is passed inRebecca Turner
2015-06-26Add logging of current install stageRebecca Turner
2015-06-26Stop deduping from resolving/installing missing depsRebecca Turner
2015-06-26Refactor replaceDependency away: needless indirectionRebecca Turner
2015-06-26Filter out all of the modules not currently in play with global operationsRebecca Turner
2015-06-26Add warnings if you need to update deps of a linked module, completes #6934Rebecca Turner
2015-06-26Remove extraneous #EXISTING flaggingRebecca Turner
2015-06-26Refactor resolveWithNewModule usage for greater clarityRebecca Turner
2015-06-26Fix regression resulting in module upgrades not happeningRebecca Turner
2015-06-26Refuse loudly to fail to update linksRebecca Turner
2015-06-26Correctly handle removing linked dependenciesRebecca Turner
2015-06-26Update output format for moved modulesRebecca Turner
2015-06-26Make the bin linking step be serial and deterministicRebecca Turner
2015-06-26Fix dev dependency matching now that it's includes more informationRebecca Turner
2015-06-26Allow matching based on _from for remote tarballsRebecca Turner
2015-06-26Add spinners during network activityRebecca Turner
2015-06-26Improve the look of install resultsRebecca Turner
2015-06-26When generate a readInstalled type tree, include link informationRebecca Turner
2015-06-26Improve dev dependency trackingRebecca Turner
2015-06-26Fix #7790 and stop checking symlinked dirs for git depsRebecca Turner
2015-06-26Refactor fetch-package-metadata to allow calling with specifier objects in ad...Rebecca Turner