bmish / staledeps

Find stale dependencies in the package.json file(s).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

staledeps

License Latest Version

Find stale dependencies in the package.json file(s).

Installation

npm install -g staledeps

Or simply using npx, the package runner bundled with npm:

$ npx staledeps

Note: staledeps requires Node.js >= 14.16.

Usage

Usage: staledeps <path(s)> [options]

Options:
      --version    Show version number                                 [boolean]
  -h, --help       Show help                                           [boolean]
  -f, --full       Show full report (including non-stale dependencies)
                                                      [boolean] [default: false]
  -r, --registry   URL of registry to check against
                                         [default: "https://registry.npmjs.org"]
  -t, --threshold  Threshold to be determined as stale (see vercel/ms)
                                                                 [default: "2y"]

Examples:
  staledeps ./package.json  Find stale dependencies in the package.json file(s)

About

Find stale dependencies in the package.json file(s).

License:MIT License


Languages

Language:JavaScript 59.9%Language:TypeScript 40.1%