mirror of
https://github.com/nodejs/node.git
synced 2025-05-13 13:01:31 +00:00

PR-URL: https://github.com/nodejs/node/pull/37897 Reviewed-By: Myles Borins <myles.borins@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
433 B
433 B
title | section | description |
---|---|---|
npm-find-dupes | 1 | Find duplication in the package tree |
Synopsis
npm find-dupes
Description
Runs npm dedupe
in --dry-run
mode, making npm only output the
duplications, without actually changing the package tree.