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-25Merge branch 'api-doc' into api-doc2isaacs
2011-09-25editor config should be String, not pathisaacs
2011-09-25Fix #1420 ENOENT on 'npm config edit'Will Elwood
2011-09-25Fix #1304 Display git output on git failuresisaacs
2011-09-23Close #1443 Don't allow non-arrays for bundleDependenciesisaacs
2011-09-23always be validating configsisaacs
2011-09-21Fix #1272 Support 'host:port' for git+ssh urlsisaacs
2011-09-20Fix #1431 accept:application/jsonisaacs
2011-09-19Fix #1421 Resolve paths in a platform-proper wayisaacs
2011-09-19don't write if there's an errorisaacs
2011-09-19Only add the output stream write cb if there's a cbisaacs
2011-09-19Output stars for starring/unstarringisaacs
2011-09-19Cleanup star commandisaacs
2011-09-19Add npm star commandJann Horn
2011-09-18Package name should not include version.Martin Cooper
2011-09-18Don't add the jsonOpts, just add the userisaacs
2011-09-17mkdir updates for windowsisaacs
2011-09-17Add shebangs for bin/ scripts, chmod 755 for completion.shOleg Efimov
2011-09-16Better fd detectionisaacs
2011-09-16Properly handle \n in configs placed into the envisaacs
2011-09-16handle multi-line config optionsisaacs
2011-09-16Handle stdout and stderr properly for node 0.5isaacs
2011-09-16scaffolding for debugging output.write issuesisaacs
2011-09-15Sometimes failure is an optionisaacs
2011-09-15Don't save in global modeisaacs
2011-09-13Specify CA properly for http2isaacs
2011-09-13Safe-ify configs before writing to rc filesisaacs
2011-09-11Use the supplied CA from the configsisaacs
2011-09-10Document install algorithm better.isaacs
2011-09-08Remove all reference to activate/deactivate from docs and commentsisaacs
2011-09-08Fix #1361 data.path can be undefinedisaacs
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