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

Last updated: May 14,2024

1. Install "node-ignore" package

Please follow the guidance below to install node-ignore on Kali Linux

$ sudo apt update $ sudo apt install node-ignore

2. Uninstall "node-ignore" package

Here is a brief guide to show you how to uninstall node-ignore on Kali Linux:

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

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

Package: node-ignore
Version: 5.2.1-1
Installed-Size: 97
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: nodejs:any
Size: 26396
SHA256: cd8fb6d5b0530e50671846f5a9f439f9cf0e1f150ed847f7f275ffe35baed410
SHA1: 6239de8abf17d4b7fb9bffbff26141ecbf8c1fee
MD5sum: 073cc9402d6b0b38f9b7165dfb9b10a9
Description: manager and filter for .gitignore rules - Node.js library
"ignore" is a manager, filter and parser
for the .gitignore spec at ,
implemented in pure JavaScript.
.
* Standalone module, much simpler than e.g. "fstream-ignore".
* Only contains utility methods
to filter paths according to the specified ignore rules.
* Never tries to discover ignore rules
by traversing directories or fetching from git configurations.
* Doesn't care about sub-modules of git projects.
* Complies exactly to gitignore documentation
at :
- "/*.js" should only match "a.js", not also "abc/a.js".
- "**/foo" should match "foo" anywhere.
- Prevents re-including a file excluded in a parent directory.
- Handles trailing whitespaces:
- "a " (one space) should not match "a " (two spaces).
- "a \ " matches "a ".
- All test cases are verified against "git check-ignore".
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/kaelzhang/node-ignore
Section: javascript
Priority: optional
Filename: pool/main/n/node-ignore/node-ignore_5.2.1-1_all.deb