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
2015-06-26update usage for all commandssmikes
2015-03-25search: request correct URLs (fixes #7443)Forrest L Norvell
2014-10-31directly cache search metadataForrest L Norvell
2014-10-31style tweaksForrest L Norvell
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-10-04fixed regex colors and added test to ensure it stays fixedChris Meyers
2014-07-02use --scope to map scope to registryForrest L Norvell
2014-07-01relative URLS for working non-root registry URLSForrest 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-01-07 Tidy search output via columnify.Tim Oxley
2013-08-15Guard against falsey versions value.Alan Shaw
2013-08-02Avoid assert in Node v0.11 by touching internal APIisaacs
2013-06-21Update everything to work with semver@2isaacs
2013-03-07Adding current version header to npm search outputLuke Arduini
2012-09-08search: Coerce fields to stringsisaacs
2012-07-17Simplify color config settingisaacs
2012-07-17Replace lib/utils/output.js with console.logisaacs
2012-06-07Use npm-registry-client depisaacs
2012-06-07Replace the log util with npmlog moduleisaacs
2012-02-24fix #2187 set terminal columns to Infinity if 0Tyler Green
2011-12-07Add last publish date to search results, and search sortingisaacs
2011-12-03Fix #1673 Support for regexps in searchisaacs
2011-10-26Close #1605 Don't process bad data from search resultisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-10-13Get window size properlyisaacs
2011-10-12typo in search.jsisaacs
2011-10-12s/stdio/tty/gisaacs
2011-08-07Put .js on filenamesisaacs
2011-08-01Fix invalid array length when no search hits foundisaacs
2011-07-29Close #1068 Add header to search outputisaacs
2011-07-20filter out the _etag, and use couch 1.1 'update_after'isaacs
2011-07-19Make search ridiculously fast.isaacs
2011-07-18Make searches a little fasterisaacs
2011-04-28Close #848 handle oddball no-maintainer caseisaacs
2011-03-22completion for searchisaacs
2011-03-22prefer the explicit /-/all uriisaacs
2011-03-22rename registry to 'npm-registry-client'isaacs
2011-03-22Terseness. simplify "prefix" config and output cmd.isaacs
2011-03-22Undent long linesisaacs
2011-03-22Much nicer search implementation.isaacs
2011-03-22search is exclusively remoteisaacs
2011-03-22split off 'search' command from lsisaacs