How to Install and Uninstall node-jsonstream Package on Kali Linux

Last updated: July 05,2024

1. Install "node-jsonstream" package

This is a short guide on how to install node-jsonstream on Kali Linux

$ sudo apt update $ sudo apt install node-jsonstream

2. Uninstall "node-jsonstream" package

This tutorial shows how to uninstall node-jsonstream on Kali Linux:

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

3. Information about the node-jsonstream package on Kali Linux

Package: node-jsonstream
Version: 1.3.5-3
Installed-Size: 27
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-jsonparse, node-through (<< 3), nodejs:any
Size: 8472
SHA256: 469be78e13e5d1371b1d7b92ebb4e6b1a402b08d1611f7973805a590c1b031fa
SHA1: 6aa3653987758840dd345c97d3a55476afa4b143
MD5sum: 0fdcac1fdd18e333ef8dc30405b1b0f4
Description: 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:
Homepage: https://github.com/dominictarr/JSONStream
Section: javascript
Priority: optional
Filename: pool/main/n/node-jsonstream/node-jsonstream_1.3.5-3_all.deb