mirror of https://github.com/nodejs/node.git
9d4362403c | ||
---|---|---|
.. | ||
test | ||
README.md | ||
package.json | ||
read-installed.js |
README.md
read-installed
Read all the installed packages in a folder, and return a tree structure with all the data.
npm uses this.
Usage
var readInstalled = require("read-installed")
// depth is optional, defaults to Infinity
readInstalled(folder, depth, function (er, data) {
...
})