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
2021-03-22fix(usage): tie usage to configGar
2021-03-18feat(help): refactor npm help/help-searchGar
2021-03-18chore(config): remove flatOptions referencesGar
2021-03-09fix(usage): clean up usage declarationsGar
2021-03-09fix(npm.output): make output go through npm.outputGar
2021-03-05fix(search): don't pass unused argsGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-02-25chore(refactor): promisify completion scriptsGar
2021-01-15fix(docs): clean up `npm search` docsMichael Garvin
2020-12-11Remove 'use strict'isaacs
2020-12-11fix: npm search include/excludeRuy Adorno
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-07-29lint the lib folderisaacs
2020-05-08fix: updated usage of libnpmsearchMichael Perrotte
2020-05-08chore: update/removed usages of libnpmMichael Perrotte
2018-12-11search: stop using npm-registry-clientKat Marchán
2017-01-25search: added support for endpoint-based searchingKat Marchán
2016-10-13search: stream search process end-to-endKat Marchán
2016-10-13search: first stab at streaming searchAria Stewart
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-04-28lib: Refactor summary usage to use utils/usageDaijiro Wachi
2016-03-25search: Exit early if no arguments provided to searchSimen Bekkhus
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
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