0.0.8 • Published 9 years ago

beemer v0.0.8

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
9 years ago

beemer

Audit npm packages in your local file system. Performs dependency analysis.

Install

npm i -g beemer

Usage

Versions

Display all packages using a given dependency and which version they are using from all package.jsons under the current directory tree.

Example Command

beemer versions foo --dependency-name=bluebird

Example Output

my-foo-package
    - bluebird@3.3.5
my-other-foo-package
    - bluebird@3.5.0
someone-elses-foo-package
    - bluebird@2.10.0
0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago