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
2020-05-08chore: remove figgy-pudding from cliclaudiahdz
2020-05-08chore: update/removed usages of libnpmMichael Perrotte
2019-08-31Don't override user specified depth in outdatedGareth Jones
2019-08-20feat: add new forbidden 403 error codeclaudiahdz
2019-06-30fix: Always return JSON for outdated --jsonSreeram Jayan
2019-06-30outdated: fix special 'remote' depsLars Willighagen
2019-03-19outdated: fix rendering for global dependencies (#173)Kat Marchán
2019-02-19install: add support for package aliases (#3)Kat Marchán
2019-02-19update: re-enable updating local packagesLars Willighagen
2019-01-09cli,outdated: default homepage to an empty string (#124)ƇʘƁ̆ąƇ́
2018-12-11outdated: stop using npm-registry-clientKat Marchán
2018-11-26cli,outdated: Adds 'Homepage' to outdated --long output. (#81)Joe Bottigliero
2018-03-23standardizeRebecca Turner
2018-03-23outdated: Make wanted respect latest interaction w/ semverRebecca Turner
2017-09-14outdated: Use fetch-package-metadata, not cache.addJosh Clow
2017-07-11outdated: Show results for globals againRebecca Turner
2017-07-11install: fix max callstack exceeded loops with linksRebecca Turner
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