npm-registry-fetch
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "npm-registry-fetch", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "Fetch-based http client for use with npm registry APIs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# npm-registry-fetch [![npm version](https://img.shields.io/npm/v/npm-registry-fetch.svg)](https://npm.im/npm-registry-fetch) [![license](https://img.shields.io/npm/l/npm-registry-fetch.svg)](https://npm.im/npm-registry-fetch) [![Travis](https://img.shields.io/travis/npm/registry-fetch.svg)](https://travis-ci.org/npm/registry-fetch) [![AppVeyor](https://ci.appveyor.com/api/projects/status/github/npm/registry-fetch?svg=true)](https://ci.appveyor.com/project/npm/registry-fetch) [![Coverage Status](https://coveralls.io/repos/github/npm/registry-fetch/badge.svg?branch=latest)](https://coveralls.io/github/npm/registry-fetch?branch=latest) | ||
[`npm-registry-fetch`](https://github.com/npm/npm-registry-fetch) is a Node.js | ||
library that takes the contents of a `package.json` and `package-lock.json` (or | ||
`npm-shrinkwrap.json`) and returns a nested tree data structure representing the | ||
logical relationships between the different dependencies. | ||
library that implements a `fetch`-like API for accessing npm registry APIs consistently. | ||
@@ -8,0 +6,0 @@ ## Install |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9009
48