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-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
2011-08-07Put .js on filenamesisaacs
2011-08-06Close #1235 Swap out unicode tree charsisaacs
2011-08-05Better error handling for adduserisaacs
2011-08-04undefined log message errorisaacs
2011-08-04Setting the host there is the wrong thing to doisaacs
2011-08-04Set host header explicitlyisaacs
2011-08-02Close #1214 Don't create an invalid engine rangeisaacs
2011-08-02newloctimeout should not be a global.isaacs
2011-08-02Revert "Check hostkey fingerprints when registry is https"isaacs
2011-08-01Check hostkey fingerprints when registry is httpsisaacs
2011-08-01Add a --yes config flag (with -y and -n shorthands)isaacs
2011-08-01Fix invalid array length when no search hits foundisaacs
2011-07-29Report 404 errors properly with non-vhosted registriesisaacs
2011-07-29Closes #1199 Support 'npm unpublish .'isaacs
2011-07-29Close #1068 Add header to search outputisaacs
2011-07-28Re #1196 Warn on non-array 'files' in jsonisaacs
2011-07-27Default prefix to PREFIX environ if setisaacs