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-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