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

Last updated: May 14,2024

1. Install "node-levn" package

This tutorial shows how to install node-levn on Kali Linux

$ sudo apt update $ sudo apt install node-levn

2. Uninstall "node-levn" package

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

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

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

Package: node-levn
Version: 0.4.1+dfsg-2
Installed-Size: 30
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-prelude-ls, node-type-check
Size: 10176
SHA256: 03e6e04856d38d474ac4e9d12d2300191797c8f9e92788f9065b0e85e83aecb5
SHA1: dbc5f96285be276f629aceb3b85945f6b15e36ec
MD5sum: 37c7afb2f96e84569c784f267dfd0265
Description: Light ECMAScript (JavaScript) Value Notation
Levn is a library which allows you to parse a string into a JavaScript value
based on an expected type. It is meant for short amounts of human entered data
(eg. config files, command line arguments).
.
Levn aims to concisely describe JavaScript values in text, and allow for the
extraction and validation of those values. Levn uses 'type-check' for its type
format, and to validate the results.
.
How is this different than JSON? levn is meant to be written by humans only,
is (due to the previous point) much more concise, can be validated against
supplied types, has regex and date literals, and can easily be extended with
custom types. On the other hand, it is probably slower and thus less efficient
at transporting large amounts of data, which is fine since this is not its
purpose.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/gkz/levn
Section: javascript
Priority: optional
Filename: pool/main/n/node-levn/node-levn_0.4.1+dfsg-2_all.deb