# read-installed **Repository Path**: mirrors_Semigradsky/read-installed ## Basic Information - **Project Name**: read-installed - **Description**: Read all the installed packages in a folder, and return a tree structure with all the data. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-19 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # read-installed-packages Read all the installed packages in a folder, and return a tree structure with all the data. It is a maintained fork of [read-installed](https://github.com/npm/read-installed) ## Usage ```javascript var readInstalled = require("read-installed-packages") // optional options var options = { dev: false, log: fn, depth: 2 } readInstalled(folder, options, function (er, data) { ... }) ```