jq.node
jq.node copied to clipboard
jq.node - like jq but WAY MORE powerful (300+ helpers ๐ฅ & 1.45M modules ๐ฑ)
jq.node should support [JSON lines](http://jsonlines.org/) and/or simply a stream of ```\n``` separated records. Support this: ``` $ echo -e '{"foo": "bar"}\n{"baz": "qux"}' | jq '.' { "foo": "bar" } {...
Hi there, awesome library! Much more intuitive than `jq` for a JS developer like myself. I have a feature request to make it a bit more convenient/intuitive still. I think...
if jq.node is just javascript, is it vulnerable to user with malicious inputs?
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.10.4 to 7.23.2. Release notes Sourced from @โbabel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...