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
2015-08-14install: Action level non-fatal errors are ONLY because of optional depsRebecca Turner
2015-08-14install: Ensure walking the tree doesn't result in infinite loopsRebecca Turner
2015-08-08ls: Improve display of missing peer dep errorsRebecca Turner
2015-08-08install: Resolve peer deps relative to the parent of the requirerRebecca Turner
2015-08-08install: Prefer rawSpec over spec when savingRebecca Turner
2015-08-08deps: Allow "*" deps of prerelease versionsRebecca Turner
2015-08-08src: Document shrinkwrap exceptionRebecca Turner
2015-08-08fetch-package-data: Lax the arg checking, error could be stringRebecca Turner
2015-08-01save: Stop sorting anything other than the package.json fields being updatedRebecca Turner
2015-07-25install: Update fs.access to allow io.js versions w/ fixed windows verRebecca Turner
2015-07-24install: Refactor module validation for ealier/better checksRebecca Turner
2015-07-18check-permissions: use inflight to eliminate duplicate checks of the same res...Rebecca Turner
2015-07-18uninstall: Remove extraneous warns when removing a symlinkRebecca Turner
2015-07-18install: Move computation of the _location field to a more appropriate placeRebecca Turner
2015-07-18install: Factor "ignore callback errors" into a function for greater clarityRebecca Turner
2015-07-18install: Switch to filtering the tree at load time rather than adhoc loadsRebecca Turner
2015-07-13standard: Fix formatting issuesRebecca Turner
2015-07-10install: uninstall: Limit global tree manipulation to named pkgsRebecca Turner
2015-07-10uninstall: Add remove commitment that makes certain the package is goneRebecca Turner
2015-07-10install: Add scaffolding for commit half of rollback/commitRebecca Turner
2015-07-10uninstall: Fix uninstall lifecycle orderRebecca Turner
2015-07-10actions: Mark dep AND all it requires as failed on failureRebecca Turner
2015-07-10install: Track user requirement / existing as propertiesRebecca Turner
2015-07-10install: Track forward requirements with objectsRebecca Turner
2015-07-10install: Refactor filter as some where appropriateRebecca Turner
2015-07-03Fixing minor standard failureKat Marchán
2015-07-01install: Remove the largely untested move rollback codeRebecca Turner
2015-07-01install: Clean up after read-package-json's _id messRebecca Turner
2015-07-01npm: Look up _id attributes consistentlyRebecca Turner
2015-07-01install: Report normalization errors of the top level packageRebecca Turner
2015-07-01validate: Get rid of unused log argumentRebecca Turner
2015-07-01install: Display errors reading the tree after installationRebecca Turner
2015-07-01install: check-permissions: disable access checks on win32Rebecca Turner
2015-07-01install: version: Fix package.json handling to always allow BOM at startRebecca Turner
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26ls: Don't error on missing optional depsRebecca Turner
2015-06-26recalculate-metadata: don't compute missing dev deps for subdepsRebecca Turner
2015-06-26install: save: Don't sort the top level package.json keysRebecca Turner
2015-06-26install: Refactor --link to behave betterRebecca Turner
2015-06-26install: code cleanupRebecca Turner
2015-06-26tree-validater: check for invalid peer deps at all levels, not just topRebecca Turner
2015-06-26install: bug fix, thinkoRebecca Turner
2015-06-26install: bug fix, missingPeers is not there by defaultRebecca Turner
2015-06-26install: Add initial npm@3 support for install --linkRebecca Turner
2015-06-26bug: Remove debugging logging from finalize rollbackRebecca Turner
2015-06-26bug: top level errors are fatalRebecca Turner
2015-06-26bug: Fix #8138 stack-overflow when idealizing large treesRebecca Turner
2015-06-26outdated: Compute missing dev deps in addition to missing depsRebecca Turner
2015-06-26error-handling: Failing to install extraneous modules is an error not a warningRebecca Turner
2015-06-26rollback: Cleanup empty parents when rolling back installsRebecca Turner