08fabd779774526a15bcd4a140823e6d58a7cd0f
[platform/upstream/nodejs.git] / deps / npm / node_modules / read-installed / package.json
1 {
2   "name": "read-installed",
3   "description": "Read all the installed packages in a folder, and return a tree structure with all the data.",
4   "version": "0.2.4",
5   "repository": {
6     "type": "git",
7     "url": "git://github.com/isaacs/read-installed"
8   },
9   "main": "read-installed.js",
10   "scripts": {
11     "test": "node test/basic.js"
12   },
13   "dependencies": {
14     "semver": "2",
15     "slide": "~1.1.3",
16     "read-package-json": "1",
17     "graceful-fs": "~2"
18   },
19   "optionalDependencies": {
20     "graceful-fs": "~2"
21   },
22   "author": {
23     "name": "Isaac Z. Schlueter",
24     "email": "i@izs.me",
25     "url": "http://blog.izs.me/"
26   },
27   "license": "ISC",
28   "readme": "# read-installed\n\nRead all the installed packages in a folder, and return a tree\nstructure with all the data.\n\nnpm uses this.\n\n## Usage\n\n```javascript\nvar readInstalled = require(\"read-installed\")\n// depth is optional, defaults to Infinity\nreadInstalled(folder, depth, logFunction, function (er, data) {\n  ...\n})\n```\n",
29   "readmeFilename": "README.md",
30   "bugs": {
31     "url": "https://github.com/isaacs/read-installed/issues"
32   },
33   "_id": "read-installed@0.2.4",
34   "_from": "read-installed@~0.2.2"
35 }