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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殌 Feature: Use npm modules for validation #44

Open
jasonkarns opened this issue May 26, 2015 · 1 comment
Open

馃殌 Feature: Use npm modules for validation #44

jasonkarns opened this issue May 26, 2015 · 1 comment

Comments

@jasonkarns
Copy link

The version field probably ought to be validated using the semver module, and the license field probably ought to be validated using the spdx module. Both of these are used by normalize-package-data which in turn is used by npm itself when parsing the package.json.

Other parsing/validation rules (for the npm spec, at least) ought to be brought in line with the normalization rules from normalize-package-data

@JoshuaKGoldberg
Copy link
Collaborator

This would be great: the closer this package gets to the npm spec, the better!

Per #78 I'm still ramping up on this project, so I don't want to take on any big changes anytime soon. Marking this one as status: blocked until the existing slate of smaller fixes & feature request come through.

@JoshuaKGoldberg JoshuaKGoldberg changed the title Use npm modules for validation 馃殌 Feature: Use npm modules for validation Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants