# modules-mem-check

> Node Modules Memory Checker

Latest version **1.0.1** (published 2020-06-12) · ISC license · 0 weekly downloads

## Install

```sh
npm install modules-mem-check
pnpm add modules-mem-check
yarn add modules-mem-check
bun add modules-mem-check
```

Provides the command `modules-mem-check`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2020-06-12 |
| First published | 2020-06-12 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Utopic.tech |
| Maintainers | utopic.tech |
| Keywords | memory, monitor |

## Links

- npm: https://www.npmjs.com/package/modules-mem-check
- Repository: https://github.com/utopicteam/node-modules-mem-check
- Homepage: https://github.com/utopicteam/node-modules-mem-check#readme
- Issues: https://github.com/utopicteam/node-modules-mem-check/issues
- npm.io page: https://npm.io/package/modules-mem-check

## Recent versions

- 1.0.1 (latest) — 2020-06-12
- 1.0.0 — 2020-06-12

## README

# modules-mem-check
This modules checks memory usage of installed modules in node_modules. 


## How it works
ModulesMemCheck use your package.json to load your dependencies and check how much memory each consume. 

## Install

```
npm install -g modules-mem-check
```

## Usage
Inside your project run:

```
modules-mem-check
```

It should return something like this:

```
dependency  version.0.1
   Resident Set Size:  270.336  KB
   Heap Total:         0  KB
   Heap Used:          187.92  KB
   External:           18.861  KB
   Array Buffers:      18.861  KB

   ...
```

NOTE: You should have a package.json and a node_modules.

---
_Source: https://npm.io/package/modules-mem-check · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
