Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/3rd-eden/shrinkwrap

npm shrinkwrap parsing, generation and comparison
https://github.com/3rd-eden/shrinkwrap

Last synced: 4 days ago
JSON representation

npm shrinkwrap parsing, generation and comparison

Awesome Lists containing this project

README

        

# shrinkwrap

Shrinkwrap is a small `npm` utility that can traverses the dependency tree of a
given package. Sounds simple, but it's rather complex, hence making it a module
so people yield the fruits of my labor.

## Installation

```
npm install --save shrinkwrap
```