jsonlint
jsonlint copied to clipboard
is this still maintained?
@zaach ^
@zaach this project is now broken: https://github.com/npm/npm/issues/19875
See #103
@graingert Seems like it.
Try the NPM module paulvollmer/jsonlint from Paul Vollmer's fork.
- It uses the new and maintained
nomnompackage to avoid audit problems. - It fixes command-line parsing so that you can pass multiple files or use wildcards.
@prantlf Just tried that one and I still get the warning.
@Berkmann18, you're right, sorry. Audit reports no problems, but the package deprecation is reported as a non-fatal warning:
npm WARN deprecated [email protected]: Package no longer supported. Contact [email protected] for more info.
I needed some bugfixes and extensions to jsonlint and did them in my fork. I released the changes as a new NPM module @prantlf/jsonlint. Replacing the deprecated nomnom with commander in the package dependencies was one of them.