Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2013-02-06 04:30:36 +0400
committerisaacs <i@izs.me>2013-02-06 04:30:36 +0400
commit2c8d344fa1fd86dd7e505dadb9511d84d4fbc140 (patch)
tree6504f322c8cd9cc249485d042bb5cb6aacf01e66 /node_modules/read-installed
parentf4dc47721ed69a0109677fa1f926d58079c924bb (diff)
read-installed@0.1.1
Diffstat (limited to 'node_modules/read-installed')
-rw-r--r--node_modules/read-installed/package.json14
1 files changed, 5 insertions, 9 deletions
diff --git a/node_modules/read-installed/package.json b/node_modules/read-installed/package.json
index 91d01c2ac..c20eada02 100644
--- a/node_modules/read-installed/package.json
+++ b/node_modules/read-installed/package.json
@@ -1,7 +1,7 @@
{
"name": "read-installed",
"description": "Read all the installed packages in a folder, and return a tree structure with all the data.",
- "version": "0.1.0",
+ "version": "0.1.1",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/read-installed"
@@ -14,11 +14,11 @@
"semver": "1.x",
"slide": "~1.1.3",
"read-package-json": "0",
- "graceful-fs": "~1.1.8",
+ "graceful-fs": "~1.2.0",
"npmlog": "0"
},
"optionalDependencies": {
- "graceful-fs": "~1.1.8",
+ "graceful-fs": "~1.2.0",
"npmlog": "0"
},
"author": {
@@ -28,10 +28,6 @@
},
"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",
"readmeFilename": "README.md",
- "_id": "read-installed@0.1.0",
- "dist": {
- "shasum": "27b1358951086bc9b69d527961d9e04a27c921d1"
- },
- "_from": "read-installed@0.1.0",
- "_resolved": "https://registry.npmjs.org/read-installed/-/read-installed-0.1.0.tgz"
+ "_id": "read-installed@0.1.1",
+ "_from": "read-installed@0"
}