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-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
2014-02-17npm outdated --parseable fixYounghoon Park
2014-02-17Respect --color settings in outdated.Tim Oxley
2014-02-17outdated: optimize out an extra HTTP requestisaacs
2014-02-07Show error to user on npm updateEvan Lucas
2013-12-03make outdated work with --depthEvan You
2013-11-26Make `npm outdated` output prettier.Quim Calpe
2013-11-26npm outdated --jsonEvan You
2013-11-26Always update git urlsRobert Kowalski
2013-09-22Discover new versions with outdatedRobert Kowalski
2013-09-08include devDependencies in outdated and updateJason Diamond
2013-09-05update/outdated: don't access missing package infoJon Spencer
2013-08-24outdated: only test 'from' for urlsisaacs
2013-08-15Treat dep. as outdated if its _from changesMatt Lunn
2013-06-21Update everything to work with semver@2isaacs
2013-06-17Use git repo or tarball as update sourceMatt Lunn
2013-01-19readdir more carefullyisaacs
2013-01-19added ENOTDIR check anywhere readJson is usedCarl Lange