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

https://github.com/arlac77/npm-navigator

navigate npm dependencies visually
https://github.com/arlac77/npm-navigator

Last synced: 8 months ago
JSON representation

navigate npm dependencies visually

Awesome Lists containing this project

README

          

[![Svelte v5](https://img.shields.io/badge/svelte-v5-orange.svg)](https://svelte.dev)
[![npm](https://img.shields.io/npm/v/npm-navigator.svg)](https://www.npmjs.com/package/npm-navigator)
[![License](https://img.shields.io/badge/License-0BSD-blue.svg)](https://spdx.org/licenses/0BSD.html)
[![bundlejs](https://deno.bundlejs.com/?q=npm-navigator\&badge=detailed)](https://bundlejs.com/?q=npm-navigator)
[![downloads](http://img.shields.io/npm/dm/npm-navigator.svg?style=flat-square)](https://npmjs.org/package/npm-navigator)
[![GitHub Issues](https://img.shields.io/github/issues/arlac77/npm-navigator.svg?style=flat-square)](https://github.com/arlac77/npm-navigator/issues)
[![Build Status](https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Farlac77%2Fnpm-navigator%2Fbadge\&style=flat)](https://actions-badge.atrox.dev/arlac77/npm-navigator/goto)
[![Coverage Status](https://coveralls.io/repos/arlac77/npm-navigator/badge.svg)](https://coveralls.io/github/arlac77/npm-navigator)
[![Tested with TestCafe](https://img.shields.io/badge/tested%20with-TestCafe-2fa4cf.svg)](https://github.com/DevExpress/testcafe)

## npm-navigator

navigate npm dependencies visually

![Screen](doc/screen.png)

# API

### Table of Contents

- [allModules](#allmodules)
- [loadModule](#loadmodule)
- [Parameters](#parameters)

## allModules

module cache

## loadModule

Load and cache a module

### Parameters

- `wiredPanels`
- `id` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
- `version` **[string](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/String)**
- `depth`

Returns **[Object](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object)** module

# install

With [npm](http://npmjs.org) do:

```shell
npm install npm-navigator
```

# license

BSD-2-Clause