An open API service indexing awesome lists of open source software.

https://github.com/guyisra/dependensee


https://github.com/guyisra/dependensee

Last synced: about 23 hours ago
JSON representation

Awesome Lists containing this project

README

          

# DEPENDENSEE

Traverses a node package to list its dependencies

## Usage

### CLI

> yarn dependensee express latest

### code

```
const dependensee = require('dependensee')

dependensee('express', 'latest')
```