Revision 5aef65a9 deps/npm/node_modules/read-installed/package.json

View differences:

deps/npm/node_modules/read-installed/package.json
1 1
{
2 2
  "name": "read-installed",
3 3
  "description": "Read all the installed packages in a folder, and return a tree structure with all the data.",
4
  "version": "0.0.4",
4
  "version": "0.1.1",
5 5
  "repository": {
6 6
    "type": "git",
7 7
    "url": "git://github.com/isaacs/read-installed"
......
14 14
    "semver": "1.x",
15 15
    "slide": "~1.1.3",
16 16
    "read-package-json": "0",
17
    "graceful-fs": "~1.1.8",
17
    "graceful-fs": "~1.2.0",
18 18
    "npmlog": "0"
19 19
  },
20 20
  "optionalDependencies": {
21
    "graceful-fs": "~1.1.8",
21
    "graceful-fs": "~1.2.0",
22 22
    "npmlog": "0"
23 23
  },
24 24
  "author": {
......
28 28
  },
29 29
  "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, function (er, data) {\n  ...\n})\n```\n",
30 30
  "readmeFilename": "README.md",
31
  "_id": "read-installed@0.0.4",
32
  "_from": "read-installed@latest"
31
  "_id": "read-installed@0.1.1",
32
  "_from": "read-installed@0"
33 33
}

Also available in: Unified diff