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

Last updated: May 03,2024

1. Install "node-detective" package

Please follow the instructions below to install node-detective on Kali Linux

$ sudo apt update $ sudo apt install node-detective

2. Uninstall "node-detective" package

In this section, we are going to explain the necessary steps to uninstall node-detective on Kali Linux:

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

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

Package: node-detective
Version: 5.2.1+~5.1.2-1
Installed-Size: 31
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-detective (= 5.1.2)
Depends: node-acorn-node (>= 1.3.0), node-defined, node-minimist, nodejs:any
Size: 7680
SHA256: aaefc9fa3dcda0c11d992c1f5ab0d27f3ab3abb0610200443875fd62fdd38a00
SHA1: 03b8817a2ff6c7c55d48f972cd6ed529996592fd
MD5sum: cbb61d8c5cb7f1a9cd55fa2ead22049a
Description: find all require() calls by walking the AST
This modules allows one to determine modules depends by
walking AST tree and detecting require() call.
.
In computer science, an abstract syntax tree (AST),
or just syntax tree, is a tree representation of the abstract
syntactic structure of source code
.
This a dependency of Browserify is a JavaScript tool that allows
developers to write Node.js-style modules that compile for use in
the browser.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/substack/node-detective
Section: javascript
Priority: optional
Filename: pool/main/n/node-detective/node-detective_5.2.1+~5.1.2-1_all.deb