How to Install and Uninstall libjs-sifter.js Package on Kali Linux

Last updated: May 13,2024

1. Install "libjs-sifter.js" package

This tutorial shows how to install libjs-sifter.js on Kali Linux

$ sudo apt update $ sudo apt install libjs-sifter.js

2. Uninstall "libjs-sifter.js" package

Please follow the guidance below to uninstall libjs-sifter.js on Kali Linux:

$ sudo apt remove libjs-sifter.js $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjs-sifter.js package on Kali Linux

Package: libjs-sifter.js
Version: 0.6.0+dfsg-3
Installed-Size: 35
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 12176
SHA256: 0dfbdd587cb6aa27a99616d656b800b7e2fa1d7bc084bb03282ea3fcc9abcf83
SHA1: d6599a5333f94bf4264b38fbe05807590b666edd
MD5sum: e9de1c6eec3914e3bc37018a53ee0e94
Description: Library for textually searching arrays and hashes of objects
Sifter is a client and server-side library (via UMD) for textually
searching arrays and hashes of objects by property – or multiple
properties. It's designed specifically for autocomplete. The process
is three-step: score, filter, sort.
.
* Supports díåcritîçs.
.
For example, if searching for "montana" and an item in the set has
a value of "montaña", it will still be matched. Sorting will also
play nicely with diacritics.
.
* Smart scoring.
.
Items are scored / sorted intelligently depending on where a
match is found in the string (how close to the beginning) and
what percentage of the string matches.
.
* Multi-field sorting.
.
When scores aren't enough to go by – like when getting results
for an empty query – it can sort by one or more fields. For
example, sort by a person's first name and last name without
actually merging the properties to a single string.
.
* Nested properties.
.
Allows one to search and sort on nested properties so you can
perform search on complex objects without flattening them simply
by using dot-notation to reference fields (ie. nested.property).
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/brianreavis/sifter.js
Section: javascript
Priority: optional
Filename: pool/main/libj/libjs-sifter.js/libjs-sifter.js_0.6.0+dfsg-3_all.deb