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

feature: add package.json parser #20

Open
regevbr opened this issue Mar 21, 2020 · 3 comments
Open

feature: add package.json parser #20

regevbr opened this issue Mar 21, 2020 · 3 comments
Labels
feature Add new feature

Comments

@regevbr
Copy link
Contributor

regevbr commented Mar 21, 2020

Need to extract all dependencies and optionaly get dev/peer ones as well

dependencies?: Record<string, string>;
optionalDependencies?: Record<string, string>;
devDependencies?: Record<string, string>;
peerDependencies?: Record<string, string>;
@regevbr regevbr added chore Make the code better feature Add new feature and removed chore Make the code better labels Mar 21, 2020
@regevbr regevbr changed the title feature: add package,json parser feature: add package.json parser Mar 25, 2020
@regevbr
Copy link
Contributor Author

regevbr commented Mar 26, 2020

Also need to add filtering ability to ignore some dependencies by name or regex. and also the ability to specify only some packages

@regevbr
Copy link
Contributor Author

regevbr commented Apr 18, 2020

We need to also get the scripts list to figure out which script needs to run in order to test

@regevbr
Copy link
Contributor Author

regevbr commented Apr 22, 2020

Need to support global packages as well

regevbr added a commit that referenced this issue Apr 22, 2020
regevbr added a commit that referenced this issue Apr 22, 2020
regevbr added a commit that referenced this issue Apr 22, 2020
regevbr added a commit that referenced this issue Apr 23, 2020
regevbr added a commit that referenced this issue Apr 23, 2020
regevbr added a commit that referenced this issue Apr 23, 2020
regevbr added a commit that referenced this issue Apr 23, 2020
regevbr added a commit that referenced this issue Apr 23, 2020
regevbr added a commit that referenced this issue Apr 23, 2020
regevbr added a commit that referenced this issue Apr 23, 2020
regevbr added a commit that referenced this issue Apr 23, 2020
regevbr added a commit that referenced this issue Apr 23, 2020
regevbr added a commit that referenced this issue Apr 23, 2020
regevbr added a commit that referenced this issue Apr 23, 2020
regevbr added a commit that referenced this issue Apr 27, 2020
regevbr added a commit that referenced this issue Apr 27, 2020
regevbr added a commit that referenced this issue Apr 27, 2020
regevbr added a commit that referenced this issue May 7, 2020
regevbr added a commit that referenced this issue May 8, 2020
regevbr added a commit that referenced this issue May 8, 2020
@stale stale bot added the wontfix This will not be worked on label Jun 21, 2020
@stale stale bot closed this as completed Jun 28, 2020
@PruvoNet PruvoNet deleted a comment from stale bot Jun 28, 2020
@regevbr regevbr reopened this Jun 28, 2020
@stale stale bot removed the wontfix This will not be worked on label Jun 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Add new feature
Projects
None yet
Development

No branches or pull requests

1 participant