How to Install and Uninstall node-jsonstream Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 06,2024

1. Install "node-jsonstream" package

Please follow the instructions below to install node-jsonstream on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-jsonstream

2. Uninstall "node-jsonstream" package

This is a short guide on how to uninstall node-jsonstream on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove node-jsonstream $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-jsonstream package on Ubuntu 21.10 (Impish Indri)

Package: node-jsonstream
Architecture: all
Version: 1.3.5-1
Priority: optional
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 27
Depends: node-jsonparse, node-through (<< 3), nodejs (>= 6)
Filename: pool/universe/n/node-jsonstream/node-jsonstream_1.3.5-1_all.deb
Size: 8468
MD5sum: f2dfb695751c261d912aefe6dc2f3c51
SHA1: 13bf62421230930c97d3bedd2a6674ae6bef4e2c
SHA256: 2a034d50cd802acfa3ba9463d18d089f81df117a7bd3c5efb0ad22aa4052a912
SHA512: ce8f2f2cd745fe2a0b13d3c551b05e50f5e0bf4458175c952f10b5ec1a52db9e22d28305c9c8cd103bf2d7a2ceae4fd7e05adfc6865c81539f4fe3d8a2a8725c
Homepage: https://github.com/dominictarr/JSONStream
Description-en: streaming JSON.parse and stringify
JSONStream.parse(pattern, map) provide a function that can be used to map or
filter the json output. map is passed the value at that node of the pattern,
if map return non-nullish (anything but null or undefined) that value will be
emitted in the stream. If it returns a nullish value, nothing will be emitted.
.
JSONStream also emits 'header' and 'footer' events, the 'header' event
contains anything in the output that was before the first match, and the
'footer', is anything after the last match.
Description-md5: c7a704c9c233ba9e1c24ccfe3ef0b0e8