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 (Collapse)Author
2014-06-27npmconf: Float patch to remove 'scope' from config defsisaacs
2014-06-27npmconf@1.1.1isaacs
2014-06-26Bump npm-registry-couchapp for test goodnessisaacs
2014-06-25doc: npm-explore can't handle a versionRobert Kowalski
Closes #5323
2014-06-25removed duplicate functionMichael Hayes
2014-06-25Remove spurious `er.code =` assignments.Domenic Denicola
They literally do nothing in all cases.
2014-06-25version.js: Fix indentationFelix Rabe
2014-06-25Remove concerns of package republishing from shrinkwrap docsMick Thompson
Republishing packages is no longer possible.
2014-06-25Fix small typo in synopsis in npm-link.md.sudodoki
Fix small typo (add 's') in command's synopsis in npm-link.md.
2014-06-25Update EROFS error to be a bit more informative.Domenic Denicola
2014-06-25Add user-friendly errors for ENOSPC and EROFS.Chris Williams
Fixes #5101.
2014-06-25doc: revert accidental whitespace changeisaacs
2014-06-25bump tar and fstream depsisaacs
2014-06-21Run the npm-registry-couchapp tests along with npm testsisaacs
This test will fail if couchdb isn't installed
2014-06-21add npm-registry-couchapp dev depisaacs
2014-06-17v1.4.16v1.4.16isaacs
2014-06-14npm-registry-client@2.0.2isaacs
2014-06-14syntax error in ownerisaacs
2014-06-14fstream@0.1.27isaacs
2014-06-14sha@1.2.4isaacs
2014-06-14rimraf@2.2.8isaacs
2014-06-14npmlog@1.0.1isaacs
2014-06-14npm-registry-client@2.0.1isaacs
2014-06-13removed redundant dependencyForrest L Norvell
2014-06-13upgrade to npm-registry-client@2.0.0Forrest L Norvell
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2014-06-13use the new URL-based npm-registry-client interfaceForrest L Norvell
2014-06-13deprecate uses the registry-client for realForrest L Norvell
2014-06-13npmconf@1.0.5isaacs
2014-06-13npmconf@1.0.4isaacs
Fix #5459
2014-06-13failing test: set global prefix in userconfigisaacs
2014-06-13Properly handle errors that can occur in the config-loading processisaacs
2014-06-11v1.4.15v1.4.15isaacs
2014-06-11cache: atomic de-race-ified package.json writingisaacs
a. Use a tmp file with the pid, and mv into place b. Only write it once, use inflight to hop on it if in progress
2014-06-11fstream@0.1.26isaacs
2014-06-11graceful-fs@3.0.2isaacs
2014-06-11osenv@0.1.0isaacs
2014-06-10Only spin the spinner when we're fetching stuffisaacs
2014-06-10reduce logging for unbuildisaacs
Too ridiculous, especially for deep deps
2014-06-09Update osenv@0.1.0 which removes ~/tmp as possible tmp-folderRobert Kowalski
Closes #3470
2014-06-07more minor dep bumpsisaacs
2014-06-06ini@1.2.1isaacs
2014-06-06graceful-fs@3isaacs
2014-06-06Update glob and things depending on globisaacs
2014-06-06github-url-from-username-repo and read-package-json updatesisaacs
Prefer https:// git urls instead of git://
2014-06-06editor@0.1.0isaacs
2014-06-06columnify@1.1.0isaacs
2014-06-06bump ansi and associated depsisaacs
2014-06-06v1.4.14v1.4.14isaacs
2014-06-05char-spinner: update to not bork windowsisaacs