How to Install and Uninstall node-cson-parser Package on Kali Linux

Last updated: May 03,2024

1. Install "node-cson-parser" package

This guide covers the steps necessary to install node-cson-parser on Kali Linux

$ sudo apt update $ sudo apt install node-cson-parser

2. Uninstall "node-cson-parser" package

This guide covers the steps necessary to uninstall node-cson-parser on Kali Linux:

$ sudo apt remove node-cson-parser $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-cson-parser package on Kali Linux

Package: node-cson-parser
Version: 4.0.9-2
Installed-Size: 36
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: coffeescript (>= 1.12.8~dfsg-7~)
Size: 11068
SHA256: 0360a0afcae286212dc960205984b1d09bf8a2c5da5b0d6729e26dd83815bb8c
SHA1: 18075c2249a2dac5178c0720ddae28e87ac515b0
MD5sum: 64df89177249f0710565f19a3c78864c
Description: Safe parsing of CSON files
Node-cson-parser is a minimalistic CSON parser which offers:
- A strict subset of CSON that allows only data
- Interface is identical to JSON.{parse,stringify}
- Does not run the code, free of intermediate string representations
- Sane parse error messages with line/column
- Regular Expressions are considered data and will be accepted as well
.
In addition of pure data it allows for simple arithmetic expressions like
addition and multiplication. This allows more readable configuration
of numbers.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/groupon/cson-parser
Section: javascript
Priority: optional
Filename: pool/main/n/node-cson-parser/node-cson-parser_4.0.9-2_all.deb