2.2.0 • Published 9 years ago

get-deps v2.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

get-deps

get the deps that will be installed if no arguments are specified

var deps = require('get-deps')

console.log(deps(process.cwd(), opts))
//['package@1.0.1',...]

opts should be command line opts parsed by minimist. if the --no-optional argument is given, then this not include optional deps.

License

MIT

2.2.0

9 years ago

2.1.0

10 years ago

2.0.4

11 years ago

2.0.3

11 years ago

2.0.2

11 years ago

2.0.1

11 years ago

2.0.0

11 years ago