git404hub

what is read-installed fr?

yyx990803/read-installed — explained in plain English

Analysis updated 2026-07-17 · repo last pushed 2014-05-14

6JavaScriptAudience · developerComplexity · 2/5DormantSetup · easy

tl;dr

A Node.js library that scans a project folder and builds a tree showing which npm packages are installed and how they depend on each other.

vibe map

mindmap
  root((read-installed))
    What it does
      Scans installed packages
      Builds dependency tree
      Used internally by npm
    Tech stack
      JavaScript
      Node.js
      npm
    Use cases
      Analyze project deps
      Audit installed packages
      Visualize dependencies
    Audience
      Tool builders
      Developers

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Build a dev tool that analyzes a JavaScript project's installed dependencies.

VIBE 2

Audit a folder to see exactly which npm packages are installed and how they relate.

VIBE 3

Create a visualization showing how a project's packages depend on each other.

VIBE 4

Limit dependency scanning depth or include/exclude dev dependencies for a custom report.

what's the stack?

JavaScriptNode.js

how it stacks up fr

yyx990803/read-installedarthurmoorgan/driftatom/etch-list-view
Stars666
LanguageJavaScriptJavaScriptJavaScript
Last pushed2014-05-142020-04-28
MaintenanceDormantDormant
Setup difficultyeasymoderatemoderate
Complexity2/52/52/5
Audiencedevelopergeneraldeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min

Options changed to a single object as of v2.0.0, check version before using older examples.

The README does not specify license details.

prompts (copy fr)

prompt 1
Use read-installed to scan my project folder and print a dependency tree.
prompt 2
Show me how to configure read-installed's options object to exclude devDependencies.
prompt 3
Write a script using read-installed to detect deeply nested dependency chains in a Node project.
prompt 4
Explain how read-installed's v2.0.0 options object differs from its older multi-argument API.

Frequently asked questions

what is read-installed fr?

A Node.js library that scans a project folder and builds a tree showing which npm packages are installed and how they depend on each other.

What language is read-installed written in?

Mainly JavaScript. The stack also includes JavaScript, Node.js.

Is read-installed actively maintained?

Dormant — no commits in 2+ years (last push 2014-05-14).

What license does read-installed use?

The README does not specify license details.

How hard is read-installed to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is read-installed for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.