# find-elm-dependencies

> Find elm dependencies

Latest version **2.0.4** (published 2020-08-17) · BSD-3-Clause license · 0 weekly downloads

## Install

```sh
npm install find-elm-dependencies
pnpm add find-elm-dependencies
yarn add find-elm-dependencies
bun add find-elm-dependencies
```

Provides the command `find-elm-dependencies`.

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 2.0.4 |
| Published | 2020-08-17 |
| First published | 2017-01-26 |
| Weekly downloads | 0 |
| License | BSD-3-Clause |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4.0.0 |
| Dependencies | 2 |
| Unpacked size | 13 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 7 |
| Author | Richard Feldman |
| Maintainers | noredink-user |
| Keywords | elm, dependencies, node |

## Links

- npm: https://www.npmjs.com/package/find-elm-dependencies
- Repository: https://github.com/noredink/find-elm-dependencies
- Issues: https://github.com/noredink/find-elm-dependencies/issues
- npm.io page: https://npm.io/package/find-elm-dependencies

## Dependencies (2)

- [lodash](https://npm.io/package/lodash.md) ^4.17.19
- [firstline](https://npm.io/package/firstline.md) ^1.2.0

## Alternatives

- [@expo/fingerprint](https://npm.io/package/@expo/fingerprint.md) — 6.2M weekly downloads
- [@azure/monitor-opentelemetry-exporter](https://npm.io/package/@azure/monitor-opentelemetry-exporter.md) — 850.0K weekly downloads
- [@azure/monitor-opentelemetry](https://npm.io/package/@azure/monitor-opentelemetry.md) — 624.0K weekly downloads
- [@posthog/ai](https://npm.io/package/@posthog/ai.md) — 423.3K weekly downloads
- [fakefilter](https://npm.io/package/fakefilter.md) — 63.9K weekly downloads

## Recent versions

- 2.0.4 (latest) — 2020-08-17
- 1.0.1-beta (beta) — 2017-09-01
- 2.0.3 — 2020-08-06
- 2.0.2 — 2019-07-20
- 2.0.1 — 2019-02-25
- 2.0.0 — 2018-08-28
- 1.0.3 — 2018-08-25
- 1.0.2 — 2017-09-01
- 1.0.1 — 2017-03-30
- 1.0.0 — 2017-03-23
- 0.18.1 — 2017-01-26

## README

find-elm-dependencies
=====================

> Find elm dependencies of a given entry file.


## Installation

```bash
$ npm i find-elm-dependencies -S
```

## Usage

```js
var findAllDependencies = require('find-elm-dependencies').findAllDependencies;

findAllDependencies('./path/to/Main.elm')
  .then(function(dependencies) {
    console.log(dependencies);
  });

```


This was extracted from https://github.com/rtfeldman/node-elm-compiler

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