up73k / npm-library-description

Show npm details in `package.json`

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

npm-library-description

Shows information about dependencies in your package.json

Npm library description

Build Status License Version Downloads

Installation

You can install via apm:

apm install npm-library-description

Or, just search for npm-library-description inside Atom's package panel.

What does it do?

Fetches the dependencies information from your package.json. Very useful to get the package's information. Faster than looking for it in google.

How does it work?

Parses the file and looks whatever is inside dependencies and devDependencies.

After that it does an HTTP Request per dependency to fetch its information.

Usage

Just open a valid package.json and click in the information icon of a dependency.

Npm library description usage

Features

When it opens or updates an invalid file, it'll warn about bad parsing.

Npm library description warning

Additionally you can choose the option to just use mouse over to show the dependencies

Npm library config

Npm library mouse move

About

Show npm details in `package.json`

License:MIT License


Languages

Language:JavaScript 95.6%Language:CSS 4.4%