npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

get-deps

2.2.0

@dominictarr

npmHomeRepoSnykSocket
Downloads:11
$ npm install get-deps
DailyWeeklyMonthlyYearly

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