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
2017-05-26filespecs: Implement new file: specifier behaviorRebecca Turner
2017-04-28*: Patch to support npm-package-arg@5Rebecca Turner
2017-03-10outdated: Add variable guardRebecca Turner
2016-12-15util: put ansiTrim into util from outdatedDaijiro Wachi
2016-10-21outdated: use simple non-zero exit codeKat Marchán
2016-10-21outdated: drop the error messageKat Marchán
2016-10-21outdated: exitcode != 0 on outdated dependenciesDaijiro Wachi
2016-06-21outdated: Ensure errors reading the package tree do not crashRebecca Turner
2016-06-17outdated: Stop colorizing the Location and Package Type columns.Aaron Tribou
2016-06-16output: Standardize how we write to stdoutRebecca Turner
2016-06-16install: Refactor to explicitly check for topRebecca Turner
2016-02-19update: don't attempt to update linked packagesRyan Hendrickson
2016-01-21outdated: report symlinked packages as 'linked'Hal Henke
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
2015-10-09module-name: Factor out module name readingRebecca Turner
2015-10-01logical-tree: Make it mutate to improve performanceRebecca Turner
2015-08-12outdated: Add support for --also=dev[elopment] and --only=prod[uction]Bryan English
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
2015-06-26outdated: fix filtering of private modulesRebecca Turner
2015-06-26outdated: Code cleanupRebecca Turner
2015-06-26outdated: Compute missing dev deps in addition to missing depsRebecca Turner
2015-06-26outdated: Don't just use path to uniq– missing deps all share pathRebecca Turner
2015-06-26Filter extraneous packages from outdated & include missingRebecca Turner
2015-06-26Cleanup the output array so that we don't change the API outputRebecca Turner
2015-06-26Correct integration issue for outdated local module featureRebecca Turner
2015-06-26update usage for all commandssmikes
2015-06-26Add multi-stage installerRebecca Turner
2015-06-26Move modules to new standard formatting in preparation for rewritesRebecca Turner
2015-06-26Support new hosted type returned by npm-package-argRebecca Turner
2015-06-19outdated: error on unreachable registryRyan Temple
2015-06-05outdated: Sorted the package list alphabeticallyDaijiro Wachi
2015-04-24outdated: handle private locale modulesArnaud Rinquin
2015-03-20outdated: remove incredibly noisy loggingForrest L Norvell
2015-03-20npm-package-arg@3.1.1Forrest L Norvell
2015-02-20npm outdated: have default depth=0smikes
2015-02-13outdated: fix occasional 'property of undefined' errorisaacs
2015-01-24Supports npm outdated include package type with long optionDaijiro Wachi
2014-12-12make `outdated` ignore private packagesKenan Yildirim
2014-10-31use new npm-registry-client APIForrest L Norvell
2014-09-13fix relative paths in local dependenciesForrest L Norvell
2014-07-02Merge branch 'v1.4'isaacs
2014-07-02outdated: Default to 'latest' rather than '*' for unspecified depsisaacs
2014-07-02outdated: Don't show headings if there's nothing to outputisaacs
2014-07-02switch to npm-package-arg from whatever that wasForrest L Norvell
2014-07-02use --scope to map scope to registryForrest 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-05-11Stop optional deps moving into deps on update --saveTim Oxley
2014-05-10Ensure only matching deps update with update --save*Tim Oxley
2014-05-08devariadify cache.*Forrest L Norvell