see-dependency
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

See Dependency

See all the details of an npm dependency

npm version License: MIT Build Status Language grade: JavaScript

Install

npm install see-dependency

or

yarn add see-dependency

Usage

const seeDependency = require("see-dependency");
 
// returns all details asynchronously
seeDependency.see("moment").then(details => console.log(details));
 
// returns all details synchronously
console.log(seeDependecy.seeSync("lodash"));

NPM Statistics

Download stats for this NPM package

NPM

License

See Dependency is open source software licensed as MIT.

Readme

Keywords

Package Sidebar

Install

npm i see-dependency

Weekly Downloads

1

Version

1.1.0

License

MIT

Unpacked Size

4.79 kB

Total Files

5

Last publish

Collaborators

  • andrelmlins