2.2.0 • Published 10 years ago

get-deps v2.2.0

Weekly downloads
5
License
MIT
Repository
github
Last release
10 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

10 years ago

2.1.0

12 years ago

2.0.4

12 years ago

2.0.3

12 years ago

2.0.2

12 years ago

2.0.1

12 years ago

2.0.0

12 years ago