find-elm-dependencies
Find elm dependencies
Last updated 6 years ago by noredink-user .
BSD-3-Clause · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install find-elm-dependencies 
SYNC missed versions from official npm registry.

find-elm-dependencies

Find elm dependencies of a given entry file.

Installation

$ npm i find-elm-dependencies -S

Usage

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

Current Tags

  • 1.0.1-beta                                ...           beta (9 years ago)
  • 2.0.4                                ...           latest (6 years ago)

11 Versions

  • 2.0.4                                ...           6 years ago
  • 2.0.3                                ...           6 years ago
  • 2.0.2                                ...           7 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           8 years ago
  • 1.0.3                                ...           8 years ago
  • 1.0.2                                ...           9 years ago
  • 1.0.1-beta                                ...           9 years ago
  • 1.0.1                                ...           9 years ago
  • 1.0.0                                ...           9 years ago
  • 0.18.1                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 4
Last Day 0
Last Week 5
Last Month 3
Dependencies (2)
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |