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
2014-05-14npmconf@1.0.0, Refactor config/uid/prefix loading processisaacs
2014-05-13Send npm version as 'version' headerisaacs
2014-05-08set spinner interval to null when stoppingisaacs
2014-05-08Busy Spinner, no http noiseisaacs
2014-05-06Don't set referer if already setisaacs
2014-05-02build referer header out of strings onlyisaacs
2014-05-02send referer headerisaacs
2014-04-23Include npm version in user-agent confisaacs
2014-02-18alias 't' to 'test'isaacs
2014-02-17more legible error message in config.get/setYazhong Liu
2013-12-16conf: Fix docs, add a test for docsisaacs
2013-11-20use custom heading if availableLuke Arduini
2013-08-17v as alias for view commandLuke Arduini
2013-08-16add "repo" commandTJ Holowaychuk
2013-07-10Put 6 bytes of random in tmp folder nameisaacs
2013-06-21Update everything to work with semver@2isaacs
2013-06-17init-package-json@0.0.9isaacs
2013-05-12remove unused SPLIT_CHARRobert Kowalski
2013-04-29Use child-process-close for 0.6 supportisaacs
2013-02-15adds a feature to allow users to view starred packagesPaolo Fragomeni
2013-02-11Warn when using --forceisaacs
2013-01-15issues is an alias for bugsseebees
2012-10-03alias for installisaacs
2012-08-30umask is already an int, don't re-parse itisaacs
2012-08-22Respect builtin configisaacs
2012-08-21The dedupe commandisaacs
2012-08-18npm-registry-client@0.2.1isaacs
2012-08-17Don't do the walk-up thing for the global prefixisaacs
2012-08-15Fix #2717 Don't hasOwnProperty on objects lacking itisaacs
2012-08-15Use new npmconf moduleisaacs
2012-07-31The token is an object. Treat it as one.isaacs
2012-07-23couchLogin.tokenSet does not take a cbisaacs
2012-07-17Simplify color config settingisaacs
2012-07-11Un-break cache-min and cache-max configsisaacs
2012-07-10Stash registry login token in .npmrc fileisaacs
2012-06-29Adding proxy to RegClientRibettes
2012-06-29Make the fetch retry behavior configurableisaacs
2012-06-28alias 'npm tst' to 'npm test'isaacs
2012-06-28Make 'engines' field advisoryisaacs
2012-06-27pid is not a function, derpisaacs
2012-06-27Include pid in npm temp dirisaacs
2012-06-18`logstream` option to replace removed `logfd`Rod Vagg
2012-06-09Handle errors in the more modern fashionisaacs
2012-06-07Use npm-registry-client depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-04-18Don't fail on false mkdirp failuresisaacs
2012-03-29Update to use mkdirp and chownr modulesisaacs
2012-03-27Remove some unnecessary rename hacksisaacs
2012-03-27Abstract out 'uid-number' to a separate dependencyisaacs
2012-03-13Fix #472 Adds support for os/cpu fields in package.jsonAdam Blackburn