depinfo

0.2.10 • Public • Published

depinfo

Quickly retrieve basic information about your node project dependencies

Installation

npm install -g depinfo

Usage

From the root of your project directory (where your package.json file and node_modules folder are located), run the following command. This will create a file at the root of your project called dependencies.md.

depinfo

Example Output

# Code Dependencies for listerlyify
Name | Version | Repository | License Type
 ----- | ----- | ----- | -----
async | 1.3.0 | [git+https://github.com/caolan/async.git](http://github.com/caolan/async) | MIT |  
body-parser | 1.13.2 | [git+https://github.com/expressjs/body-parser.git](http://github.com/expressjs/body-parser) | MIT |  
bytes | 2.1.0 | [git+https://github.com/visionmedia/bytes.js.git](http://github.com/visionmedia/bytes.js) | MIT |  
content-type | 1.0.1 | [git+https://github.com/jshttp/content-type.git](http://github.com/jshttp/content-type) | MIT |  

## Licenses

[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)

[BSD](https://en.wikipedia.org/wiki/BSD_licenses)

[BSD 2-Clause](http://opensource.org/licenses/BSD-2-Clause)

[BSD 3-Clause](http://opensource.org/licenses/BSD-3-Clause)

[ISC](http://opensource.org/licenses/ISC)

[MIT](http://opensource.org/licenses/MIT)

Example Formatted Output

Code Dependencies for listerlyify

Name Version Repository License Type
async 1.3.0 git+https://github.com/caolan/async.git MIT
body-parser 1.13.2 git+https://github.com/expressjs/body-parser.git MIT
bytes 2.1.0 git+https://github.com/visionmedia/bytes.js.git MIT
content-type 1.0.1 git+https://github.com/jshttp/content-type.git MIT

Licenses

Apache 2.0

BSD

BSD 2-Clause

BSD 3-Clause

ISC

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i depinfo

Weekly Downloads

1

Version

0.2.10

License

MIT

Unpacked Size

8.49 kB

Total Files

11

Last publish

Collaborators

  • ncronquist