npm-describe
Advanced tools
Comparing version 0.1.2 to 0.1.21
{ | ||
"name": "npm-describe", | ||
"version": "0.1.2", | ||
"version": "0.1.21", | ||
"description": "NPM package dependencies visualization", | ||
"main": "index.js", | ||
"main": "npm-describe", | ||
"repository": { | ||
@@ -29,4 +29,4 @@ "type": "git", | ||
}, | ||
"bin": "./index.js", | ||
"bin": "./npm-describe", | ||
"preferGlobal": true | ||
} |
@@ -14,2 +14,57 @@ # Describe | ||
$ npm-descibe -p jquery | ||
``` | ||
``` | ||
Result: | ||
``` | ||
jquery @1.8.3 | ||
| jsdom @0.8.6 | ||
| | htmlparser2 @3.3.0 | ||
| | | domhandler @2.1.0 | ||
| | | | domelementtype @1.1.1 | ||
| | | domutils @1.2.1 | ||
| | | | domelementtype @1.1.1 | ||
| | | domelementtype @1.1.1 | ||
| | | readable-stream @1.1.9 | ||
| | | | core-util-is @1.0.0 | ||
| | | | debuglog @0.0.2 | ||
| | nwmatcher @1.3.1 | ||
| | request @2.27.0 | ||
| | | qs @0.6.5 | ||
| | | json-stringify-safe @5.0.0 | ||
| | | forever-agent @0.5.0 | ||
| | | tunnel-agent @0.3.0 | ||
| | | http-signature @0.10.0 | ||
| | | | assert-plus @0.1.4 | ||
| | | | asn1 @0.1.11 | ||
| | | | ctype @0.5.3 | ||
| | | hawk @1.1.2 | ||
| | | | hoek @1.1.1 | ||
| | | | boom @1.1.0 | ||
| | | | | hoek @1.1.1 | ||
| | | | cryptiles @1.0.1 | ||
| | | | | boom @1.1.0 | ||
| | | | | | hoek @1.1.1 | ||
| | | | sntp @1.0.1 | ||
| | | | | hoek @1.1.1 | ||
| | | aws-sign @0.3.0 | ||
| | | oauth-sign @0.4.0 | ||
| | | cookie-jar @0.3.0 | ||
| | | node-uuid @1.4.1 | ||
| | | mime @1.2.11 | ||
| | | form-data @0.1.2 | ||
| | | | combined-stream @0.0.4 | ||
| | | | | delayed-stream @0.0.5 | ||
| | | | mime @1.2.11 | ||
| | | | async @0.2.9 | ||
| | xmlhttprequest @1.6.0 | ||
| | cssom @0.2.5 | ||
| | cssstyle @0.2.3 | ||
| | | cssom @0.2.5 | ||
| | contextify @0.1.6 | ||
| | | bindings @1.1.1 | ||
| htmlparser @1.7.6 | ||
| xmlhttprequest @1.6.0 | ||
| location @0.0.1 | ||
| navigator @1.0.1 | ||
| contextify @0.1.6 | ||
| | bindings @1.1.1 | ||
``` |
@@ -39,2 +39,3 @@ var db = require('nano')('http://isaacs.iriscouch.com/registry'), | ||
var pkg = tree[pkgName], line = colors.BLUE, i, max; | ||
depth = depth || 0; | ||
@@ -41,0 +42,0 @@ for (i = 0; i < depth; i++) { |
4284
70
47