SILENT KILLERPanel

Current Path: > > lib > node_modules > npm > node_modules > read-installed >


Operation   : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Software     : Apache
Server IP    : 162.0.232.56 | Your IP: 216.73.216.111
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: //lib/node_modules/npm/node_modules/read-installed/

NameTypeSizeLast ModifiedActions
.npmignore File 102 bytes March 10 2021 14:36:39.
.travis.yml File 189 bytes March 10 2021 14:36:39.
LICENSE File 749 bytes March 10 2021 14:36:39.
README.md File 592 bytes March 10 2021 14:36:39.
package.json File 1729 bytes March 10 2021 14:36:39.
read-installed.js File 11682 bytes March 10 2021 14:36:39.

Reading File: //lib/node_modules/npm/node_modules/read-installed//README.md

# read-installed

Read all the installed packages in a folder, and return a tree
structure with all the data.

npm uses this.

## 2.0.0

Breaking changes in `2.0.0`:

The second argument is now an `Object` that contains the following keys:

 * `depth` optional, defaults to Infinity
 * `log` optional log Function
 * `dev` optional, default false, set to true to include devDependencies

## Usage

```javascript
var readInstalled = require("read-installed")
// optional options
var options = { dev: false, log: fn, depth: 2 }
readInstalled(folder, options, function (er, data) {
  ...
})
```

SILENT KILLER Tool