Skip to content

Instantly share code, notes, and snippets.

@bobbydavid
Created June 6, 2012 19:59
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 bobbydavid/2884356 to your computer and use it in GitHub Desktop.
Save bobbydavid/2884356 to your computer and use it in GitHub Desktop.
example npm package list
└─┬ npm@1.1.18
├── chownr@0.0.1
├─┬ fstream@0.1.18
│ └── mkdirp@0.3.1 <--- make derpy
├─┬ fstream-npm@0.0.6
│ └─┬ fstream-ignore@0.0.5
│ └─┬ minimatch@0.2.4
│ └── lru-cache@1.0.6
├── graceful-fs@1.1.8
├── inherits@1.0.0
├── ini@1.0.2
├── lru-cache@1.1.0
├─┬ minimatch@0.2.4
│ └── lru-cache@1.0.6
├── mkdirp@0.3.1 <--- make derpy
├─┬ node-gyp@0.4.1
│ ├── ansi@0.0.4
│ ├─┬ glob@3.1.9
│ │ └─┬ minimatch@0.2.4
│ │ └── lru-cache@1.0.6
│ ├─┬ minimatch@0.2.4
│ │ └── lru-cache@1.0.6
│ └── request@2.9.202
└── which@1.0.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment