1.0.0 • Published 9 years ago

list-dependencies v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
9 years ago

list-dependencies npm npm

Lists all module dependencies for a JS file or JS files within a directory

npm install -g list-dependencies

Not meant to be a required module. Really just a shell wrapper around precinct.

  • Works for AMD, CommonJS, and ES6 modules.

Usage

list-deps filename or list-deps directory

Will print out the file(s) and its dependencies like so:

---
 Component/Container.js
---
jquery
nbd/util/construct
../Component
../Controller
../trait/eventMappable

---
 Component/Form.js
---
nbd/Promise
nbd/util/extend
nbd/util/pipe
../Component
../util/xhr
../util/error
1.0.0

9 years ago

0.2.0

10 years ago

0.1.14

10 years ago

0.1.13

10 years ago

0.1.12

10 years ago

0.1.11

10 years ago

0.1.10

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago