0.0.8 • Published 7 years ago

beemer v0.0.8

Weekly downloads
3
License
Apache-2.0
Repository
github
Last release
7 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

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago