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
2011-09-06Check for auth was removed in cda988d711826980aef8369e250d97559d80e684 - this...Will
2011-09-06Print a message that html is opening in default browserisaacs
2011-09-05Add strict-ssl config, pass to requestisaacs
2011-09-05Use request for registry http callsisaacs
2011-09-05Add auth onto the request properlyisaacs
2011-09-05Add 'ca' configisaacs
2011-09-05Add https-proxy to config-defs type listisaacs
2011-09-05Pass proxy to requestisaacs
2011-09-04Use request for fetching stuffisaacs
2011-09-04Provide proper help doc for help commandisaacs
2011-09-04Use 'viewer=browser' to open html docs in browser on helpisaacs
2011-09-04Proper line-ending for config-editisaacs
2011-09-04logprefix flag to shorten log outputisaacs
2011-09-04config defaults for windowsisaacs
2011-09-04Use \r\n as the windows line endingisaacs
2011-09-04windows: treat X: as the top, not /isaacs
2011-09-04Use \r\n as the line ending on windowsisaacs
2011-09-03Better reporting on early abnormal exitsisaacs
2011-09-03Don't try to call getgid() if it's not implementedisaacs
2011-09-01Fix #1335 Use https-proxy for https requests.isaacs
2011-09-01Fix #1334 'git+ssh://' should shorten to 'ssh://', not ''isaacs
2011-08-26Cygwin gets the wrong errno values sometimes, it seemsisaacs
2011-08-24isRetry needs to be passed to cacheAddPublishisaacs
2011-08-24Fixes #1285 Run prepublish *before* adding to cacheisaacs
2011-08-24Fix #1302 Clear out the json cache on unbuildisaacs
2011-08-24Spit out all usages when --long is setisaacs
2011-08-23If a non-writable stream is supplied to output, then die horriblyisaacs
2011-08-23Use process.stdout/err if the stdoutFD or stderrFD is suppliedisaacs
2011-08-23Don't swallow exceptions that are not properly loggableisaacs
2011-08-23Close #1299 Don't catch silentlyisaacs
2011-08-23Call the cb to prefix, root, and bin with the printed valueisaacs
2011-08-23Fix #1296 Better messaging on bad url configsisaacs
2011-08-18Close #1284 Make EPIPE less noisyisaacs
2011-08-17Fix #1272 Better first-class citizenship for git urlsisaacs
2011-08-16Re #1269 Install into DESTDIR if setisaacs
2011-08-15Support removing non-existent users from package manatainer listsisaacs
2011-08-15Use the non-delta uri for inital search index buildisaacs
2011-08-14Don't set agent:false if http2 is in useisaacs
2011-08-10Force exit. Temporary workaround for Linux rimraf timeout issue.isaacs
2011-08-08debuggeryisaacs
2011-08-07Remove base64 module. Just use the Buffer directlyisaacs
2011-08-07Abstract out 'which'isaacs
2011-08-07Remove minimatch.js, using dep nowisaacs
2011-08-07Handle git+ urls in the name@url caseisaacs
2011-08-07Close #1225 Add git url support. Experimentalisaacs
2011-08-07unbreak ini stuff. no longer using '-' keyisaacs
2011-08-07Use standalone ini parserisaacs
2011-08-07Add proto-list as dep and submoduleisaacs
2011-08-07Allow private per-package confsisaacs
2011-08-07Use rimraf instead of local thingisaacs