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

Last updated: May 10,2024

1. Install "node-esquery" package

Please follow the guidelines below to install node-esquery on Kali Linux

$ sudo apt update $ sudo apt install node-esquery

2. Uninstall "node-esquery" package

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

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

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

Package: node-esquery
Version: 1.4.2~ds-1
Installed-Size: 386
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-estraverse
Size: 24948
SHA256: 940a307801aa8c32a3eb6990ccc8fd19f0da3f76d9b43275965b1ebaddb8da55
SHA1: 5bf800ebd43bed9f491ea8bf37a4f799520be18a
MD5sum: 2d319263b8402045f684f0ad5ea5199f
Description: query library for ECMAScript AST using CSS-like queries
ESQuery is a library for querying the AST output by Esprima
for patterns of syntax using a CSS style selector system.
.
Esprima is a high performance, standard-compliant ECMAScript parser
written in ECMAScript (also popularly known as JavaScript).
.
An abstract syntax tree (AST) is a tree representation
of the abstract syntactic structure of source code
written in a programming language.
Each node of the tree denotes a construct
occurring in the source code.
.
Cascading Style Sheets (CSS) is a style sheet language
used for describing the presentation of a document
written in a markup language like HTML.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/estools/esquery
Section: javascript
Priority: optional
Filename: pool/main/n/node-esquery/node-esquery_1.4.2~ds-1_all.deb