Comparing version 0.2.1 to 0.2.2
{ | ||
"name": "deptrace", | ||
"description": "Trace and format recursive dependency trees asynchronously.", | ||
"version": "0.2.1", | ||
"homepage": "https://github.com/tkellen/node-deptrace", | ||
"version": "0.2.2", | ||
"homepage": "https://github.com/gitfuse/deptrace", | ||
"authors": [ | ||
@@ -11,6 +11,6 @@ "Tyler Kellen <tyler@sleekcode.net>" | ||
"type": "git", | ||
"url": "git://github.com/tkellen/node-deptrace.git" | ||
"url": "git://github.com/gitfuse/deptrace.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/tkellen/node-deptrace/issues" | ||
"url": "https://github.com/gitfuse/deptrace/issues" | ||
}, | ||
@@ -20,3 +20,3 @@ "licenses": [ | ||
"type": "MIT", | ||
"url": "https://github.com/tkellen/node-deptrace/blob/master/LICENSE" | ||
"url": "https://github.com/gitfuse/deptrace/blob/master/LICENSE" | ||
} | ||
@@ -23,0 +23,0 @@ ], |
@@ -58,3 +58,3 @@ # deptrace [![Build Status](https://secure.travis-ci.org/tkellen/node-deptrace.png)](http://travis-ci.org/tkellen/node-deptrace) | ||
Receives each dependency gathered by `depsFor`, as well as an array of all parent dependencies. Must return a promise. This method is optional and can be used to resolve a more detailed version of a dependency. (e.g. converting the name of a dependency in package.json to the actual package.json of *that* dependency). | ||
Receives each dependency gathered by `depsFor`, as well as an array of all parent dependencies. Must return a promise. This method is optional and can be used to resolve a more detailed represenstation of a dependency. (e.g. converting the name of a dependency in package.json to the actual package.json of *that* dependency). | ||
@@ -120,3 +120,2 @@ Type: `Function` | ||
### graph(input) | ||
@@ -123,0 +122,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9361
17
126