Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to add develop/production into output #45

Open
kingo999 opened this issue Mar 4, 2020 · 0 comments
Open

Option to add develop/production into output #45

kingo999 opened this issue Mar 4, 2020 · 0 comments

Comments

@kingo999
Copy link

kingo999 commented Mar 4, 2020

Would it be possible to add an option to add a field to the output showing if the license is for a dev or prod dependency?
This is especially useful if not choosing --develop or --production
for example (json output)


 "zone.js@0.8.26": {
        "licenses": "MIT",
        "repository": "https://github.com/angular/zone.js",
        "licenseUrl": "https://github.com/angular/zone.js/raw/master/LICENSE",
        "parents": "mri-app-ui",
        "scope": "development"
    },
    "zone.js@0.9.1": {
        "licenses": "MIT",
        "repository": "https://github.com/angular/zone.js",
        "licenseUrl": "https://github.com/angular/zone.js/raw/master/LICENSE",
        "parents": "mri-admin-ui",
        "scope": "production"
    }

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant