Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrelmlins/see-dependency
See all the details of an npm dependency
https://github.com/andrelmlins/see-dependency
dependency library npm see
Last synced: about 2 months ago
JSON representation
See all the details of an npm dependency
- Host: GitHub
- URL: https://github.com/andrelmlins/see-dependency
- Owner: andrelmlins
- License: mit
- Created: 2020-02-05T18:40:13.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-21T00:18:37.000Z (over 4 years ago)
- Last Synced: 2024-10-30T01:59:14.962Z (2 months ago)
- Topics: dependency, library, npm, see
- Language: JavaScript
- Size: 12.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# See Dependency
See all the details of an npm dependency
[![npm version](https://badge.fury.io/js/see-dependency.svg)](https://www.npmjs.com/package/see-dependency) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/andrelmlins/see-dependency/blob/master/LICENSE) [![Build Status](https://travis-ci.com/andrelmlins/see-dependency.svg?branch=master)](https://travis-ci.com/andrelmlins/see-dependency) [![Language grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/andrelmlins/see-dependency.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/andrelmlins/see-dependency/context:javascript)
## Install
```
npm install see-dependency
```or
```
yarn add see-dependency
```## Usage
```js
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](https://nodei.co/npm/see-dependency.png)](https://nodei.co/npm/see-dependency/)
## License
See Dependency is open source software [licensed as MIT](https://github.com/andrelmlins/see-dependency/blob/master/LICENSE).