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-08-01save: Stop sorting anything other than the package.json fields being updatedRebecca Turner
2015-08-01version: .git is not required to be a directory.Kyle M. Tarplee
2015-07-25config: Add option to turn off progress barsRebecca 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-17link: Fix linking of scoped modulesRebecca Turner
2015-07-17docs: make default values on comment in cache.js correctlyDaijiro Wachi
2015-07-13install: Fix complete brokennessRebecca 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-10lifecycle: Don't enable the progress bar if it was previously disabledRebecca 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-10install: Reformat code for greater clarityRebecca Turner
2015-07-10fetch-package-metadata: Update "No compatible version found" message to inclu...Rebecca Turner
2015-07-10test: standard compliance fixes to cherrypicked e835295Rebecca Turner
2015-07-10cache: Make "*" match "latest" if all versions are prereleaseRebecca Turner
2015-07-10lifecycle: safety check works with scoped packagesThomas Cort
2015-07-03ping: docs, bugfix, testsKat Marchán
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-01install: code cleanup – put parseJSON where it belongsRebecca 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: determine globalness based on install dir not configRebecca Turner
2015-07-01link: fix `npm link package-name`Rebecca Turner
2015-07-01install: Run the "install" lifecycle in the toplevel moduleRebecca Turner
2015-07-01install: version: Fix package.json handling to always allow BOM at startRebecca Turner
2015-07-01cache: Remove the engineStrict package.json varRebecca Turner
2015-07-01fetch-package-metadata: use unpipeRebecca Turner
2015-07-01Revert "install: Make shrinkwrap extraction work in 0.8"Rebecca Turner
2015-07-01install: windows: temporary directory was being duplicated incorrectly result...Carlos Alberto
2015-07-01publish: Label and clear progress bar on publishAndrew Crites
2015-07-01npm: Globally monkey-patch graceful-fsisaacs
2015-07-01version: allow scripts to add files to the commitJames Talmage
2015-07-01npm: Add ping commandMichael Nisi