Gathering detailed insights and metrics for @run1t/npkill
Gathering detailed insights and metrics for @run1t/npkill
Gathering detailed insights and metrics for @run1t/npkill
Gathering detailed insights and metrics for @run1t/npkill
List any node_modules 📦 dir in your system and how heavy they are. You can then select which ones you want to erase to free up space 🧹
npm install @run1t/npkill
Typescript
Module System
Node Version
NPM Version
71
Supply Chain
98
Quality
73.9
Maintenance
100
Vulnerability
98.9
License
TypeScript (99.26%)
JavaScript (0.65%)
Shell (0.09%)
Total Downloads
484
Last Day
1
Last Week
1
Last Month
7
Last Year
91
MIT License
8,570 Stars
641 Commits
198 Forks
41 Watchers
2 Branches
23 Contributors
Updated on Apr 07, 2025
Minified
Minified + Gzipped
Latest Version
2.0.0
Package Id
@run1t/npkill@2.0.0
Unpacked Size
44.59 kB
Size
13.12 kB
File Count
26
NPM Version
6.10.0
Node Version
11.0.0
Cumulative downloads
Total Downloads
Last Day
0%
1
Compared to previous day
Last Week
0%
1
Compared to previous week
Last Month
-56.3%
7
Compared to previous month
Last Year
0%
91
Compared to previous year
This tool allows you to list any node_modules directories in your system, as well as the space they take up. You can then select which ones you want to erase to free up space. Yay!
Clear space: Get rid of old and dusty node_modules cluttering up your machine.
Very fast: NPKILL is written in TypeScript, but searches are performed at a low level, improving performance greatly.
Easy to use: Say goodbye to lengthy commands. Using npkill is as simple as reading a list of your node_modules, and pressing Del to get rid of them. Could it be any easier? ;)
Minified: It barely has any dependencies.
1$ npm i -g npkill
Unix users may need to run the command with sudo. Go carefully
1$ npkill
By default, npkill will scan for node_modules starting at the path where npkill
command is executed.
Move between the listed folders with ↓ ↑, and use Space to delete the selected folder (v0.2.2 and below the key was Del).
To exit, Q or Ctrl + c if you're brave.
ARGUMENT | DESCRIPTION |
---|---|
-c, --bg-color | Change row highlight color. (Available: blue, cyan, magenta, white, red and yellow) |
-d, --directory | Set the directory from which to begin searching. By default, starting-point is . |
-D, --delete-all | CURRENTLY DISABLED. Automatically delete all node_modules folders that are found. |
-e, --show-errors | Show error messages related to the search if any |
-f, --full | Start searching from the home of the user (example: "/home/user" in linux) |
-gb | Show folders in Gigabytes instead of Megabytes. |
-h, --help, ? | Show this help page and exit |
-nu, --no-check-update | Dont check for updates on startup. |
-v, --version | Show npkill version |
Warning: In future versions some commands may change
1npkill -d ~/projects 2 3# other alternative: 4cd ~/projects 5npkill
1npkill -d ~/backups/ -e
If you find any bugs, don't hesitate and open an issue :)
Available soon
MIT © Nya García Gallardo and Juan Torres Gómez
:cat::baby_chick:
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
SAST tool detected but not run on all commits
Details
Reason
5 existing vulnerabilities detected
Details
Reason
Found 3/27 approved changesets -- score normalized to 1
Reason
dependency not pinned by hash detected -- score normalized to 1
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-03-31
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More