Skip to content

Instantly share code, notes, and snippets.

@notjosh
Created July 14, 2011 08:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notjosh/1082127 to your computer and use it in GitHub Desktop.
Save notjosh/1082127 to your computer and use it in GitHub Desktop.
compo@compos-Mac-mini ~ » npm list
/Users/compo
└─┬ node.io@0.3.3
├── coffee-script@1.1.1
├── htmlparser@1.7.3
└─┬ jquery@1.6.2
└─┬ jsdom@0.2.0
└── request@1.9.8
compo@compos-Mac-mini ~ » npm list -g
/usr/local/lib
├─┬ jsdom@0.2.0
│ ├── htmlparser@1.7.3
│ └── request@1.9.8
├─┬ node.io@0.3.3
│ ├── coffee-script@1.1.1
│ ├── htmlparser@1.7.3
│ └─┬ jquery@1.6.2
│ └─┬ jsdom@0.2.0
│ └── request@1.9.8
└─┬ npm@1.0.15
├── abbrev@1.0.3
├── node-uuid@1.2.0
├── nopt@1.0.4
└── semver@1.0.7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment