How to Install and Uninstall node-json-stringify-safe Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 10,2024

1. Install "node-json-stringify-safe" package

This guide let you learn how to install node-json-stringify-safe on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install node-json-stringify-safe

2. Uninstall "node-json-stringify-safe" package

This guide let you learn how to uninstall node-json-stringify-safe on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove node-json-stringify-safe $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-json-stringify-safe package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: node-json-stringify-safe
Priority: extra
Section: universe/web
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Architecture: all
Version: 5.0.0-1
Depends: nodejs
Filename: pool/universe/n/node-json-stringify-safe/node-json-stringify-safe_5.0.0-1_all.deb
Size: 3544
MD5sum: ab498c35ff11e685ba4b260b818eda02
SHA1: 6469e44dc07ad108efffeeb106e3fb1fdc2444ad
SHA256: b64128942a8a4277014eba794eb4c4e6de3b036f641248e1c3ca0fe8d667cb2d
Description-en: JSON.stringify with circular references module for Node.js
node-json-stringify-safe provides a serializer or a wrapper for
JSON.stringify to be able to customize how to deal with circular
references in the object being serialized, instead of throwing an
exception.
.
Node.js is an event-based server-side javascript engine.
Description-md5: 35e5cfed7b1d3a7c83c7f7406f26b57c
Homepage: https://github.com/isaacs/json-stringify-safe
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu