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-18feat(help): refactor npm help/help-searchGar
2021-03-18update lib/*.js to use new config structuresisaacs
2021-03-09fix(usage): clean up usage declarationsGar
2021-03-09fix(npm.output): make output go through npm.outputGar
2021-03-05fix(npm) pass npm context everywhereGar
2021-02-25chore(refactor): promisify completion scriptsGar
2020-12-11minor cleanup of completion command and add testsnlf/completion-testsnlf
2020-10-23update lint rules to match @npmcli/arboristisaacs
2020-10-09update existing code to use file-exists utilnlf
2020-08-21lint fixesisaacs
2020-08-18move cmd-list from lib/config/ to lib/utils/isaacs
2020-08-18use @npmcli/config for configurationisaacs
2020-08-04completion: code cleanup. still pending full unit testsisaacs
2020-07-30Fix completion for partial commandsisaacs
2018-03-23standardizeRebecca Turner
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-05-27doc: remove sexualized language from commentWyatt Preul
2016-05-04src: Refactor windows detection out into lib functionsRebecca Turner
2015-11-25completion: enable on Windows in git bashJakub Gieryluk
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
2014-10-16defactored npmconf back into npmForrest L Norvell
2014-06-13remove dead code and fix jshint warningsForrest L Norvell
2012-11-07Fix EPIPE workaround for DarwinMartin Cooper
2012-08-15Use npmconf in lib/completion.jsisaacs
2012-07-17Replace lib/utils/output.js with console.logisaacs
2011-11-23use graceful-fs instead of fsisaacs
2011-10-15Avoid accidentally opening npm.js with WSHisaacs
2011-10-12s/stdio/tty/gisaacs
2011-10-01ENOTSUP completion on win32isaacs
2011-08-07Put .js on filenamesisaacs
2011-07-20Abstract out graceful-fsisaacs
2011-06-23Close #1066 Ignore OS X's stupid EPIPEs from 'source'isaacs
2011-05-31completion: Put process substitution in usageisaacs
2011-03-30Rename optparse to noptisaacs
2011-03-25Use optparse instead of parse-args.jsisaacs
2011-03-22completion on completionisaacs
2011-03-22don't complete configs that start with _isaacs
2011-03-22shorthands are flagsisaacs
2011-03-22filter after de-array-ifyingisaacs
2011-03-22Finish the config completion stuffisaacs
2011-03-22cleaned-up completion approachisaacs
2011-03-22Terseness. simplify "prefix" config and output cmd.isaacs
2010-12-06Add completion for bundle.Evan Meagher
2010-12-03force index to a number, and handle an edge caseisaacs
2010-12-03Add COMP environment vars. Log to npm-completion.logisaacs
2010-12-03Increase tab-completion coverage.Evan Meagher
2010-10-30Initial bash completion support. Very rudimentary.isaacs