# npmup **Repository Path**: mirrors_floatdrop/npmup ## Basic Information - **Project Name**: npmup - **Description**: Cli tool to update dependencies in json files - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # npmup [![NPM version][npm-image]][npm-url] > Cli tool to overview dependencies in package.json This is scope reduction result of my `update-my-deps` project. At the end I found out, that I wrote small part of [`david`](https://github.com/alanshaw/david) functionality. Oops. ![2014-03-11 18-35-40 1 npmupexample zsh](https://f.cloud.github.com/assets/365089/2385186/af7360a2-a919-11e3-96d0-14412f9e1f28.png) ## Installation ```bash $ npm i npmup -g ``` ## Usage ```bash $ npmup Dependency Required Stable Latest ! express ~3.4.4 3.4.8 3.5.0 lodash ~2.4.1 2.4.1 2.4.1 mkdirp ~0.3.5 0.3.5 0.3.5 ! npmlog 0.0.2 0.0.2 0.0.6 recluster ~0.3.4 0.3.6 0.3.6 ``` [npm-url]: https://npmjs.org/package/npmup [npm-image]: https://badge.fury.io/js/npmup.png ## License MIT (c) Vsevolod Strukchinsky