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

Last updated: May 17,2024

1. Install "node-json5" package

Please follow the guidance below to install node-json5 on Kali Linux

$ sudo apt update $ sudo apt install node-json5

2. Uninstall "node-json5" package

Please follow the steps below to uninstall node-json5 on Kali Linux:

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

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

Package: node-json5
Version: 2.2.3+dfsg-1
Installed-Size: 95
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: nodejs:any
Size: 25576
SHA256: 79a040727bc23fdbb62975389f7d28e869aaf72ccd64291511c155ad0b855cb5
SHA1: 56e1ffcf65d4599a54ba43828e4f1615d0e5aaa1
MD5sum: 0c73a432dad20c564d0f6a8a5c1aa753
Description: JSON for the ES5 era
JSON5 is a proposed extension to JSON that aims to make it easier for
humans to write and maintain by hand. It does this by adding some
minimal syntax features directly from ECMAScript 5.
.
JSON5 remains a strict subset of JavaScript, adds no new data types,
and works with all existing JSON content.
.
JSON5 is not an official successor to JSON, and JSON5 content may not
work with existing JSON parsers. For this reason, JSON5 files use a
new .json5 extension. (TODO: new MIME type needed too.)
.
The code here is a reference JavaScript implementation for both Node.js
and all browsers. It’s based directly off of Douglas Crockford’s own
JSON implementation, and it’s both robust and secure.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://json5.org/
Section: javascript
Priority: optional
Filename: pool/main/n/node-json5/node-json5_2.2.3+dfsg-1_all.deb