How to Install and Uninstall node-url-parse Package on Kali Linux

Last updated: May 17,2024

1. Install "node-url-parse" package

Learn how to install node-url-parse on Kali Linux

$ sudo apt update $ sudo apt install node-url-parse

2. Uninstall "node-url-parse" package

This tutorial shows how to uninstall node-url-parse on Kali Linux:

$ sudo apt remove node-url-parse $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-url-parse package on Kali Linux

Package: node-url-parse
Version: 1.5.10+~1.4.8-3
Installed-Size: 77
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-url-parse (= 1.4.8)
Depends: node-querystringify, node-requires-port
Size: 20784
SHA256: 9ead7ea0174a5ca1c502093657ecf39907d80d932b73dae8b4da65be016bff51
SHA1: f66b42c3a691a458b075cbbd2bea28a146886792
MD5sum: 733bbae0019375d64ff412f078933a5f
Description: Parse URL in node using the URL module and in the browser using the DOM
The url-parse method exposes two different API interfaces. The url interface
that you know from Node.js and the new URL interface that is available in
the latest browsers.
.
Since 0.1 we've moved away from using the DOM's element for URL parsing
and moving to a full Regular Expression solution. The main reason for this
change is to make the URL parser available in different JavaScript
environments as you don't always have access to the DOM like Worker
environments. This module still have a really small foot print as this
module's main intention is to be bundled with client-side code. The only
problem however with a RegExp based solution is that it required a lot of
lookups causing major problems in FireFox. So the last and the current
solution was a pure string parsing solution which chops up the URL in
smaller pieces.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/unshiftio/url-parse#readme
Section: javascript
Priority: optional
Filename: pool/main/n/node-url-parse/node-url-parse_1.5.10+~1.4.8-3_all.deb