jsonlint icon indicating copy to clipboard operation
jsonlint copied to clipboard

is this still maintained?

Open graingert opened this issue 8 years ago • 7 comments

@zaach ^

graingert avatar Oct 19 '17 09:10 graingert

@zaach this project is now broken: https://github.com/npm/npm/issues/19875

graingert avatar Feb 21 '18 11:02 graingert

See #103

realityking avatar Feb 22 '18 01:02 realityking

@graingert Seems like it.

Berkmann18 avatar Feb 07 '19 16:02 Berkmann18

Try the NPM module paulvollmer/jsonlint from Paul Vollmer's fork.

  • It uses the new and maintained nomnom package to avoid audit problems.
  • It fixes command-line parsing so that you can pass multiple files or use wildcards.

prantlf avatar May 12 '19 11:05 prantlf

@prantlf Just tried that one and I still get the warning.

Berkmann18 avatar May 15 '19 14:05 Berkmann18

@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.

prantlf avatar May 17 '19 06:05 prantlf

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.

prantlf avatar May 18 '19 20:05 prantlf