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

Last updated: May 17,2024

1. Install "node-json5" package

This is a short guide on how to install node-json5 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-json5

2. Uninstall "node-json5" package

This tutorial shows how to uninstall node-json5 on Ubuntu 21.10 (Impish Indri):

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

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

Package: node-json5
Architecture: all
Version: 2.1.3-2
Multi-Arch: foreign
Priority: optional
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 74
Depends: node-minimist, nodejs
Filename: pool/universe/n/node-json5/node-json5_2.1.3-2_all.deb
Size: 17072
MD5sum: 4d9d48d669bcf2ab1621ea632cc7b03a
SHA1: e126cf173c3cf96c8bfbd9d4def2bdd9488fd70d
SHA256: 807a474145352a30bf8f4cc086bc45b7e92f68a0c56e1edf050e48ae5d847cf7
SHA512: 11ce753096394bdeb3739012eecf02d504f2e426d05ae9b385e77a3fad9cdfd6f56b5ed132cbe683df0e2535305718c1f930e28ef4762093f43d4a8b64a74a3d
Homepage: https://json5.org/
Description-en: 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: 97fd17b58309e4239a6c5b4052035526