How to Install and Uninstall node-ignore Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 17,2024

1. Install "node-ignore" package

In this section, we are going to explain the necessary steps to install node-ignore on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-ignore

2. Uninstall "node-ignore" package

This guide let you learn how to uninstall node-ignore on Ubuntu 21.10 (Impish Indri):

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

3. Information about the node-ignore package on Ubuntu 21.10 (Impish Indri)

Package: node-ignore
Architecture: all
Version: 5.1.4-5
Priority: optional
Section: universe/javascript
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 83
Depends: nodejs
Filename: pool/universe/n/node-ignore/node-ignore_5.1.4-5_all.deb
Size: 20580
MD5sum: b5421464127385394fbe375cbedcb23b
SHA1: afffc978f5e4c9270dbe391274b57b166166daa1
SHA256: e9cdd1c6da90aed92cbba0ca4d77774db3f7ad26207ab4e6ad1d20be87ad435b
SHA512: 010f0440dbb477a2bf8e03fa6ebc77206e60e0a8c96f9c2d150adf75a907c8bae8877fe0a4404d548077cd3148f659be0a12088f9aa6817d4db8a0939425291f
Homepage: https://github.com/kaelzhang/node-ignore
Description-en: 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: 79bb27e8f1e027c8ee76cd75773e1bca