Does anyone know where I can find column name documentation for npm audit --parseable? I can guess what about half the columns are by comparing it to the default json output, but I'm unsure on some. For example, the Y/N output in the last column.
Alternatively, is the source code available for npm audit? I didn't see it linked in the docs. https://docs.npmjs.com/cli/v6/commands/npm-audit
What I Tried:
- Looking in the docs
- npm audit --parseable --help