zaach / jsonlint

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

Replace nomnom with commander #117

Closed cherewaty closed 3 years ago

cherewaty commented 6 years ago

Recommended migration path from nomnom: https://github.com/harthur/nomnom/blob/master/README.md

Resolves https://github.com/zaach/jsonlint/issues/103

https://github.com/zaach/jison/pull/367 also needs a merge to remove nomnom from the dependency chain.

mbrookes commented 6 years ago

Could this be merged please? jsonlint (and therefore Material-UI) is getting flagged by tidelift.com / libraries.io due to this upstream dependency.

FrontEndStudio commented 5 years ago

nomnom: Package no longer supported. https://www.npmjs.com/package/nomnom

mbrookes commented 5 years ago

@FrontEndStudio Judging by the lack of activity on this repo, it would seem jsonlint is also no longer supported (no commits, PRs merged, or issues responded to or closed in over a year).

@zaach If that's the case, it might be a good idea to flag this as unsupported in the README, deprecate on npm and archive the repo. Alternatively, there are quite a few forks showing recent activity. Perhaps one of those people would be happy to take over?

eaviles commented 5 years ago

@zaach any news? is there any way we can help here?

mbrookes commented 5 years ago

This appears to be the most active and well maintained fork: https://github.com/prantlf/jsonlint cc @prantlf.

(I just don't understand why someone would abandon a library used in over 30,000 projects, rather than shut it down gracefully or hand it off to someone else to maintain.)