zaach / jsonlint

A JSON parser and validator with a CLI.
http://zaach.github.com/jsonlint/
1.94k stars 420 forks source link

is this still maintained? #100

Open graingert opened 7 years ago

graingert commented 7 years ago

@zaach ^

graingert commented 6 years ago

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

realityking commented 6 years ago

See #103

Berkmann18 commented 5 years ago

@graingert Seems like it.

prantlf commented 5 years ago

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

Berkmann18 commented 5 years ago

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

prantlf commented 5 years ago

@Berkmann18, you're right, sorry. Audit reports no problems, but the package deprecation is reported as a non-fatal warning:

npm WARN deprecated nomnom@1.8.1: Package no longer supported. Contact support@npmjs.com for more info.
prantlf commented 5 years ago

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.