Skip to content

Instantly share code, notes, and snippets.

@kenany
Last active October 13, 2015 00:58
Show Gist options
  • Select an option

  • Save kenany/4114698 to your computer and use it in GitHub Desktop.

Select an option

Save kenany/4114698 to your computer and use it in GitHub Desktop.
cd primality && npm ls
primality@1.1.0
├─┬ grunt@0.3.17
│ ├── async@0.1.22
│ ├── colors@0.6.0-1
│ ├─┬ connect@2.4.6
│ │ ├── bytes@0.1.0
│ │ ├── cookie@0.0.4
│ │ ├── crc@0.2.0
│ │ ├── debug@0.7.0
│ │ ├── formidable@1.0.11
│ │ ├── fresh@0.1.0
│ │ ├── pause@0.0.1
│ │ ├── qs@0.5.1
│ │ └─┬ send@0.0.4
│ │ ├── mime@1.2.6
│ │ └── range-parser@0.0.4
│ ├── dateformat@1.0.2-1.2.3
│ ├─┬ glob-whatev@0.1.8
│ │ └─┬ minimatch@0.2.9
│ │ ├── lru-cache@2.0.4
│ │ └── sigmund@1.0.0
│ ├─┬ gzip-js@0.3.1
│ │ ├── crc32@0.2.2
│ │ └── deflate-js@0.2.2
│ ├── hooker@0.2.3
│ ├─┬ jshint@0.9.1
│ │ ├─┬ cli@0.4.3
│ │ │ └─┬ glob@3.1.14
│ │ │ ├── graceful-fs@1.1.14
│ │ │ ├── inherits@1.0.0
│ │ │ └─┬ minimatch@0.2.9
│ │ │ ├── lru-cache@2.0.4
│ │ │ └── sigmund@1.0.0
│ │ └─┬ minimatch@0.0.5
│ │ └── lru-cache@1.0.6
│ ├─┬ nodeunit@0.7.4
│ │ └─┬ tap@0.3.2
│ │ ├── buffer-equal@0.0.0
│ │ ├── deep-equal@0.0.0
│ │ ├─┬ difflet@0.2.3
│ │ │ ├── charm@0.0.8
│ │ │ └── traverse@0.6.3
│ │ ├── inherits@1.0.0
│ │ ├── mkdirp@0.3.4
│ │ ├─┬ nopt@2.0.0
│ │ │ └── abbrev@1.0.3
│ │ ├─┬ runforcover@0.0.2
│ │ │ └─┬ bunker@0.1.2
│ │ │ └─┬ burrito@0.2.12
│ │ │ ├── traverse@0.5.2
│ │ │ └── uglify-js@1.1.1
│ │ ├── slide@1.1.3
│ │ └── yamlish@0.0.5
│ ├─┬ nopt@1.0.10
│ │ └── abbrev@1.0.3
│ ├─┬ prompt@0.1.12
│ │ ├── pkginfo@0.2.3
│ │ └─┬ winston@0.5.11
│ │ ├── eyes@0.1.8
│ │ ├─┬ loggly@0.3.11
│ │ │ ├── request@2.9.203
│ │ │ └── timespan@2.2.0
│ │ └── stack-trace@0.0.6
│ ├── semver@1.0.14
│ ├─┬ temporary@0.0.4
│ │ └── package@1.0.1
│ ├── underscore@1.2.4
│ └── underscore.string@2.1.1
├─┬ grunt-mocha@0.1.7
│ ├── growl@1.6.1
│ └─┬ temporary@0.0.4
│ └── package@1.0.1
└── uglify-js@1.3.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment