JSPM

  • Created
  • Published
  • Downloads 12294057
  • Score
    100M100P100Q218393F
  • License MIT

Fetch-based http client for use with npm registry APIs

Package Exports

  • npm-registry-fetch

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (npm-registry-fetch) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

npm-registry-fetch npm version license Travis AppVeyor Coverage Status

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.

Install

$ npm install npm-logical-tree

Table of Contents

Example

Contributing

The npm team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! The Contributor Guide has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear.

All participants and maintainers in this project are expected to follow Code of Conduct, and just generally be excellent to each other.

Please refer to the Changelog for project history details, too.

Happy hacking!

API

> fetch(url, [opts]) -> Promise<

Performs a request to a given registry URL.

Example