# module-investigator

> Find AMD and CommonJS style dependencies. Report information about format adherence.

Latest version **0.1.4** (published 2013-05-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install module-investigator
pnpm add module-investigator
yarn add module-investigator
bun add module-investigator
```

Provides the command `investigate`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.4 |
| Published | 2013-05-27 |
| First published | 2013-05-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Juan Pablo Kaniefsky |
| Maintainers | jpka |
| Keywords | dependencies, ast, amd, commonjs |

## Links

- npm: https://www.npmjs.com/package/module-investigator
- Repository: git@github.com:jpka/module-inspector
- npm.io page: https://npm.io/package/module-investigator

## Dependencies (1)

- [esprima](https://npm.io/package/esprima.md) ~1.0.2

## Alternatives

- [update-check](https://npm.io/package/update-check.md) — 4.0M weekly downloads
- [react-native-onesignal](https://npm.io/package/react-native-onesignal.md) — 134.5K weekly downloads
- [react-redux-toastr](https://npm.io/package/react-redux-toastr.md) — 33.7K weekly downloads
- [@nocobase/plugin-notification-manager](https://npm.io/package/@nocobase/plugin-notification-manager.md) — 2.0K weekly downloads
- [react-simple-toasts](https://npm.io/package/react-simple-toasts.md) — 1.9K weekly downloads

## Recent versions

- 0.1.4 (latest) — 2013-05-27
- 0.1.3 — 2013-05-18
- 0.1.2 — 2013-05-11
- 0.1.1 — 2013-05-11
- 0.0.0 — 2013-05-10

## README

Collects information about module format adherence (AMD/CommonJS) and dependencies in one AST parse. 

# usage

Just feed it the source

``` js
var investigator = require("module-investigator");
investigator(fileSrc);
```

or

```
investigate path/to/file
```

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